Update dependencies (#17)

Co-authored-by: Benoît CORTIER <benoit.cortier@fried-world.eu>
This commit is contained in:
Benoît C 2021-02-04 04:11:43 -05:00 committed by GitHub
parent af4f469da9
commit 5505a0c42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -18,17 +18,17 @@ codecov = { repository = "c0dearm/sharks" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["std"]
std = ["rand/std"]
std = ["rand/std", "rand/std_rng"]
fuzzing = ["std", "arbitrary"]
[dependencies]
rand = { version = "0.7", default-features = false }
hashbrown = "0.7"
arbitrary = {version = "0.4.2", features = ["derive"], optional = true}
rand = { version = "0.8", default-features = false }
hashbrown = "0.9"
arbitrary = { version = "0.4.7", features = ["derive"], optional = true }
[dev-dependencies]
criterion = "0.3"
rand_chacha = "0.2"
rand_chacha = "0.3"
[[bench]]
name = "benchmarks"