Skip to content

Commit

Permalink
update aHash and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xMAC94x committed May 13, 2024
1 parent f2cec71 commit 62ae5e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
criterion = "0.3.1"
ron = "0.7.1"
nalgebra = "0.32"
criterion = "0.5.1"
ron = "0.8.1"
rand = "0.8"
serde_json = "1.0.48"
shred = { version = "0.16.0", default-features = false, features = ["shred-derive"] }
Expand Down

0 comments on commit 62ae5e2

Please sign in to comment.