Skip to content

Commit b74f8f8

Browse files
committed
chore: ignore RUSTSEC-2023-0044 for the v1.2 branch
1 parent eaf3639 commit b74f8f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

deny.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ unmaintained = "warn"
2020
yanked = "warn"
2121
notice = "warn"
2222
# A list of advisory IDs to ignore.
23-
ignore = [
24-
#"RUSTSEC-0000-0000",
25-
]
23+
ignore = ["RUSTSEC-2023-0044"]
2624

2725
# More documentation for the licenses section can be found here:
2826
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
@@ -40,7 +38,7 @@ allow = [
4038
"MIT",
4139
"MPL-2.0",
4240
"Unicode-DFS-2016",
43-
"Zlib"
41+
"Zlib",
4442
]
4543

4644
# More documentation about the 'bans' section can be found here:
@@ -63,4 +61,4 @@ deny = [
6361
# Certain crates/versions that will be skipped when doing duplicate detection.
6462
skip = [
6563
#{ name = "ansi_term", version = "=0.11.0" },
66-
]
64+
]

0 commit comments

Comments
 (0)