Skip to content

Commit 513e416

Browse files
committed
[advisory] Ignore RUSTSEC-2024-0436 (read comment why)
1 parent 5220a55 commit 513e416

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

deny.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
# we only support the following targets below
2323
[graph]
2424
all-features = true
25-
targets = [
26-
{ triple = "x86_64-unknown-linux-gnu" },
27-
{ triple = "x86_64-unknown-linux-musl" },
28-
{ triple = "x86_64-apple-darwin" },
29-
{ triple = "aarch64-unknown-linux-gnu" },
30-
{ triple = "aarch64-apple-darwin" },
31-
{ triple = "x86_64-pc-windows-msvc" },
32-
]
3325

3426
[advisories]
3527
# We use version 2 of the advisory config, which
@@ -38,6 +30,11 @@ targets = [
3830
#
3931
# See also: https://github.com/EmbarkStudios/cargo-deny/pull/611
4032
version = 2
33+
ignore = [
34+
# `paste` is used in `azure_core` and we can't bump higher since
35+
# it'll be a lot of breaking changes and we're not ready for it.
36+
"RUSTSEC-2024-0436",
37+
]
4138

4239
[bans]
4340
multiple-versions = "warn"

0 commit comments

Comments
 (0)