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:
@@ -40,10 +40,7 @@ skip = [
|
||||
{ name = "cfg-if" }, # transitive dependencies use 0.1
|
||||
{ name = "env_logger" }, # pretty_env_logger and file-per-thread-logger depend on 0.7
|
||||
{ name = "humantime" }, # caused by env_logger
|
||||
{ name = "getrandom" }, # rand not updates to 0.2 yet
|
||||
{ name = "wast" }, # old one pulled in by witx
|
||||
{ name = "rand" }, # 0.7 pulled in by transitive deps
|
||||
{ name = "rand_core" }, # 0.7 pulled in by transitive deps
|
||||
{ name = "rand_chacha" }, # 0.7 pulled in by transitive deps
|
||||
{ name = "itertools" }, # 0.9 pulled in by zstd-sys
|
||||
{ name = "quick-error" }, # transitive dependencies
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user