Skip to content

Commit

Permalink
skip unresolvable duplicate versions in cargo deny
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jun 30, 2023
1 parent dd6eacc commit 55189ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@ name = "syn"
# https://github.com/jcreekmore/pem-rs/blob/master/Cargo.toml#L16
name = "base64"

[[bans.skip]]
# used by h2->hyper->hyper-openssl (we have latest)
# newer used by serde_json
name = "indexmap"
[[bans.skip]]
# via indexmap - have to also skip this
name = "hashbrown"

[[bans.skip]]
# latest via openssl->hyper-openssl (we have latest)
# newer via tower-http (we have latest)
name = "bitflags"

[[bans.skip]]
# deep in dependency tree, only dual use via dev dependency
name = "redox_syscall"
Expand Down

0 comments on commit 55189ed

Please sign in to comment.