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:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user