Skip to content

Commit

Permalink
Merge pull request #781 from amethyst/xMAC/update_deps
Browse files Browse the repository at this point in the history
update aHash and dev dependencies
  • Loading branch information
Imberflur authored May 14, 2024
2 parents f2cec71 + 35c9ba0 commit 4e2da1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
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"] }
Expand Down

0 comments on commit 4e2da1d

Please sign in to comment.