Skip to content

Commit

Permalink
remove resolved cargo-deny config (#1446)
Browse files Browse the repository at this point in the history
Signed-off-by: tottoto <tottotodev@gmail.com>
  • Loading branch information
tottoto committed Mar 27, 2024
1 parent acc347e commit a868bbf
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
# Ignoring issues related to `localtime_r` for now
# See https://github.com/kube-rs/kube/issues/650
#
# Potential segfault in the `time` crate
# Tracking issue: https://github.com/kube-rs/kube/issues/656
# PR to update `time`: https://github.com/chronotope/chrono/pull/578
"RUSTSEC-2020-0071",
# Potential segfault in `localtime_r` invocations
# Tracking issue: https://github.com/kube-rs/kube/issues/660
# Upstream issue: https://github.com/chronotope/chrono/issues/499
"RUSTSEC-2020-0159",
]


[licenses]
Expand All @@ -41,7 +28,6 @@ allow = [
"BSD-3-Clause",
"ISC",
"LicenseRef-ring",
"LicenseRef-webpki",
]

exceptions = [
Expand All @@ -61,22 +47,6 @@ license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]


[[licenses.clarify]]
name = "webpki"
expression = "LicenseRef-webpki"
license-files = [
{ path = "LICENSE", hash = 0x001c7e6c },
]

# rustls' webpki fork uses same license https://github.com/rustls/webpki
[[licenses.clarify]]
name = "rustls-webpki"
expression = "LicenseRef-webpki"
license-files = [
{ path = "LICENSE", hash = 0x001c7e6c },
]

[sources]
unknown-registry = "deny"
unknown-git = "deny"
Expand All @@ -98,14 +68,6 @@ 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)
Expand All @@ -117,7 +79,3 @@ name = "redox_syscall"

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

[[bans.skip]]
# deep in dependency tree, dual use via tokio and hyper (needs a bump there)
name = "socket2"

0 comments on commit a868bbf

Please sign in to comment.