Update cast crate, remove cargo-deny rules (#2909)
Previously the inclusion of the `criterion` crate had brought in a transitive dependency to `cast`, which used old versions of several libraries. Now that https://github.com/japaric/cast.rs/pull/26 is merged and a new version published, we can update `cast` and remove the cargo-deny rules for the duplicated, older versions.
This commit is contained in:
@@ -45,7 +45,4 @@ skip = [
|
||||
{ name = "wast" }, # old one pulled in by witx
|
||||
{ name = "itertools" }, # 0.9 pulled in by zstd-sys
|
||||
{ name = "quick-error" }, # transitive dependencies
|
||||
{ name = "rustc_version" }, # transitive dependencies of criterion's build script (see https://github.com/japaric/cast.rs/pull/26)
|
||||
{ name = "semver" }, # transitive dependencies of criterion's build script (see https://github.com/japaric/cast.rs/pull/26)
|
||||
{ name = "semver-parser" }, # transitive dependencies of criterion's build script (see https://github.com/japaric/cast.rs/pull/26)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user