Bump dependencies to get a single version of rand (#2733)

This removes a few crates in the dependencies, and a few exceptions (at
the price of a new one) in the cargo-deny configuration.
This commit is contained in:
Benjamin Bouvier
2021-03-17 15:07:50 +01:00
committed by GitHub
parent a8aaf812ef
commit 4603b3b292
7 changed files with 23 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
[dev-dependencies]
wiggle-test = { path = "test-helpers" }
proptest = "0.10"
proptest = "1.0.0"
[features]
# The wiggle proc-macro emits some code (inside `pub mod metadata`) guarded

View File

@@ -12,7 +12,7 @@ include = ["src/**/*", "LICENSE"]
publish = false
[dependencies]
proptest = "0.10"
proptest = "1.0.0"
wiggle = { path = "..", features = ["tracing_log"] }
wiggle-borrow = { path = "../borrow" }

View File

@@ -19,7 +19,7 @@ wiggle-borrow = { path = "../borrow", version = "0.25.0" }
[dev-dependencies]
anyhow = "1"
proptest = "0.10"
proptest = "1.0.0"
[[test]]
name = "atoms_async"