Skip to content

Commit

Permalink
chore: ignore RUSTSEC-2023-0044 for the v1.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 6, 2023
1 parent eaf3639 commit b74f8f8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ unmaintained = "warn"
yanked = "warn"
notice = "warn"
# A list of advisory IDs to ignore.
ignore = [
#"RUSTSEC-0000-0000",
]
ignore = ["RUSTSEC-2023-0044"]

# More documentation for the licenses section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
Expand All @@ -40,7 +38,7 @@ allow = [
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib"
"Zlib",
]

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

0 comments on commit b74f8f8

Please sign in to comment.