Skip to content

Commit

Permalink
Merge pull request #1719 from kube-rs/deny-paste
Browse files Browse the repository at this point in the history
cargo deny; ignore unfixable `paste` error
  • Loading branch information
clux authored Mar 11, 2025
2 parents b21a4e5 + c048fe1 commit 10f6e8e
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "warn"

ignore = [
"RUSTSEC-2024-0384", # instant dep via unmaintained backoff dep
# paste unmaintained, no safe upgrade yet
"RUSTSEC-2024-0436"
]

[licenses]
Expand Down Expand Up @@ -74,18 +75,9 @@ name = "rustls-native-certs"
# 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-tree]]
name = "windows-sys"

[[bans.skip]]
# different sources of miniz_oxide which users will not generally see
name = "miniz_oxide"

# currently multiple version of thiserror in flight due to its major bump
[[bans.skip]]
name = "thiserror"
Expand All @@ -98,13 +90,7 @@ name = "security-framework"
[[bans.skip]]
name = "core-foundation"

# currently tungstenite hasn't upgraded rand to 0.9 yet, all these are related
[[bans.skip]]
name = "rand"
[[bans.skip]]
name = "rand_core"
[[bans.skip]]
name = "rand_chacha"
# rand / ahash inconsistencies;
[[bans.skip]]
name = "getrandom"
[[bans.skip]]
Expand Down

0 comments on commit 10f6e8e

Please sign in to comment.