Skip to content

Commit

Permalink
update all depdnencies including hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
xMAC94x committed Jun 21, 2022
1 parent 5ce2cc7 commit c356169
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Cargo.toml
Expand Up @@ -23,24 +23,23 @@ travis-ci = { repository = "slide-rs/specs" }

[dependencies]
crossbeam-queue = "0.3"
hashbrown = "0.11"
hashbrown = "0.12"
hibitset = { version = "0.6.3", default-features = false }
log = "0.4.8"
shred = { version = "0.12", default-features = false }
shrev = "1.1.1"
tuple_utils = "0.3.0"
tuple_utils = "0.4.0"

rayon = { version = "1.5.1", optional = true }
serde = { version = "1.0.104", optional = true, features = ["serde_derive"] }
specs-derive = { version = "0.4.1", path = "specs-derive", optional = true }
uuid = { version = "0.8.1", optional = true, features = ["v4", "serde"] }
uuid = { version = "1.0", optional = true, features = ["v4", "serde"] }

[features]
default = ["parallel"]
parallel = ["rayon", "shred/parallel", "hibitset/parallel"]
uuid_entity = ["uuid", "serde"]
stdweb = ["uuid/stdweb"]
wasm-bindgen = ["uuid/wasm-bindgen"]
stdweb = ["uuid/js"]
storage-event-control = []
derive = ["shred-derive", "specs-derive"]
nightly = []
Expand All @@ -51,9 +50,9 @@ shred-derive = ["shred/shred-derive"]
features = ["parallel", "serde", "shred-derive", "specs-derive", "uuid_entity", "storage-event-control"]

[dev-dependencies]
nalgebra = "0.24"
nalgebra = "0.31"
criterion = "0.3.1"
ron = "0.5.1"
ron = "0.7.1"
rand = "0.8"
serde_json = "1.0.48"
shred = { version = "0.12.0", default-features = false, features = ["shred-derive"] }
Expand Down

0 comments on commit c356169

Please sign in to comment.