From 35c9ba0f3d3ee865efb797374d8efd9d954e2fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Mon, 13 May 2024 12:02:11 +0200 Subject: [PATCH] update aHash and dev dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0904e688..0ec6fa375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.70.0" autobenches = false [dependencies] -ahash = "0.7.6" +ahash = "0.8.6" crossbeam-queue = "0.3" hibitset = { version = "0.6.4", default-features = false } log = "0.4.8" @@ -49,9 +49,9 @@ shred-derive = ["shred/shred-derive"] features = ["parallel", "serde", "shred-derive", "specs-derive", "uuid_entity", "storage-event-control"] [dev-dependencies] -nalgebra = "0.31" +nalgebra = "0.32" criterion = "0.3.1" -ron = "0.7.1" +ron = "0.8.1" rand = "0.8" serde_json = "1.0.48" shred = { version = "0.16.0", default-features = false, features = ["shred-derive"] }