Skip to content

Commit

Permalink
use skip-tree in deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Sep 19, 2023
1 parent 7e66f9c commit d7c4c9c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,15 @@ skip = [
# Since `syn` is used by proc-macros (executed at compile time), duplicate
# versions won't have an impact on the final binary size.
{ name = "syn" },
# right now we have a mix of versions of this crate in the ecosystem
# procfs uses 0.36.14, tempfile uses 0.37.4
{ name = "rustix" },
# right now we have a mix of versions of this crate in the ecosystem
# rustix 0.36.14 uses 0.1.4, rustix 0,37.4 uses 0.3.0
{ name = "linux-raw-sys" },
# `tonic` v0.6 depends on `bitflags` v1.x, while `boring-sys` depends on
# `bitflags` v2.x. Allow both versions to coexist peacefully for now.
{ name = "bitflags", version = "1" },
]
skip-tree = [
# right now we have a mix of versions of this crate in the ecosystem
# procfs uses 0.36.14, tempfile uses 0.37.4
{ name = "rustix" },
]

[sources]
unknown-registry = "deny"
Expand Down

0 comments on commit d7c4c9c

Please sign in to comment.