Skip to content

Commit

Permalink
Reduce cruft in deny config (#1584)
Browse files Browse the repository at this point in the history
* Reduce cruft in deny config

document some stray awkward bits, remove the git dev dep (pinned)

Signed-off-by: clux <[email protected]>

* apparently still needed

Signed-off-by: clux <[email protected]>

---------

Signed-off-by: clux <[email protected]>
  • Loading branch information
clux authored Sep 16, 2024
1 parent 597d0e7 commit edd384e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,23 @@ allow-git = ["https://github.com/tyrone-wu/runtime-macros.git"]
[bans]
multiple-versions = "deny"

[[bans.skip]]
name = "hermit-abi"

[[bans.skip]]
name = "rustls-native-certs"

[[bans.skip]]
# Needs a complicated upgrade
# We need to replace derivative to get rid of syn 1
# https://github.com/kube-rs/kube/issues/1583
name = "syn"

[[bans.skip]]
# waiting for pem to bump base64
# https://github.com/jcreekmore/pem-rs/blob/master/Cargo.toml#L16
# base64 did some annoying breaking changes
name = "base64"

[[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"

[[bans.skip-tree]]
name = "windows-sys"

Expand Down

0 comments on commit edd384e

Please sign in to comment.