Skip to content

Commit

Permalink
Merge pull request #718 from xMAC94x/master
Browse files Browse the repository at this point in the history
update dependencies: hashbrown and rayon
  • Loading branch information
zesterer authored Dec 16, 2020
2 parents f23f4a8 + 80b0127 commit d4435bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ travis-ci = { repository = "slide-rs/specs" }

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

rayon = { version = "1.3.0", optional = true }
rayon = { version = "1.5.0", 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"] }
Expand Down

0 comments on commit d4435bd

Please sign in to comment.