Update dependencies (#17)
Co-authored-by: Benoît CORTIER <benoit.cortier@fried-world.eu>
This commit is contained in:
parent
af4f469da9
commit
5505a0c42c
10
Cargo.toml
10
Cargo.toml
|
@ -18,17 +18,17 @@ codecov = { repository = "c0dearm/sharks" }
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = ["rand/std"]
|
std = ["rand/std", "rand/std_rng"]
|
||||||
fuzzing = ["std", "arbitrary"]
|
fuzzing = ["std", "arbitrary"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = { version = "0.7", default-features = false }
|
rand = { version = "0.8", default-features = false }
|
||||||
hashbrown = "0.7"
|
hashbrown = "0.9"
|
||||||
arbitrary = {version = "0.4.2", features = ["derive"], optional = true}
|
arbitrary = { version = "0.4.7", features = ["derive"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
rand_chacha = "0.2"
|
rand_chacha = "0.3"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "benchmarks"
|
name = "benchmarks"
|
||||||
|
|
Loading…
Reference in New Issue