Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore(deny.toml): ignore advisory: unmaintained proc-macro-error
Lars Wirzenius committed 1 year ago
commit e9a4070b5be4294c70258c764b111d94c02314b1
parent c45291b
1 file changed +3 -1
modified deny.toml
@@ -37,7 +37,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
-
ignore = []
+
ignore = [
+
       "RUSTSEC-2024-0370"
+
]

# This section is considered when running `cargo deny check licenses`
[licenses]