Skip to content

Commit b77e0eb

Browse files
authored
chore: Update cargo-deny config (#2210)
* chore: Add rustix and linux-raw-sys crate to cargo-deny skip config * chore: Ignore RUSTSEC-2024-0436
1 parent 476cb38 commit b77e0eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
all-features = true
33
exclude = ["examples"]
44

5+
[advisories]
6+
ignore = [
7+
{ id = "RUSTSEC-2024-0436", reason = "paste crate is unmaintained. aws-lc-rs, aws-lc-sys and compression test depend on it." },
8+
]
9+
510
[bans]
611
multiple-versions = "deny"
712
deny = [
@@ -23,6 +28,8 @@ skip = [
2328
{ crate = "wasi@0.11.0+wasi-snapshot-preview1", reason = "quickcheck depends on rand which depends on it" },
2429
{ crate = "itertools@0.12.1", reason = "aws-lc-sys depends on bindgen which depends on it" },
2530
{ crate = "unicode-width@0.1.14", reason = "protox depends on miette wich depends on it" },
31+
{ crate = "rustix@0.38.44", reason = "aws-lc-sys depends on bindgen which depends on it" },
32+
{ crate = "linux-raw-sys@0.4.15", reason = "rustix 0.38.44 depends on it" },
2633
]
2734
skip-tree = [
2835
{ crate = "windows-sys" },

0 commit comments

Comments
 (0)