Skip to content

Commit de08772

Browse files
committed
bump cargo deny version
1 parent e22bdd4 commit de08772

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
uses: mozilla-actions/[email protected]
6060
- name: cargo-deny
6161
run: |
62-
cargo install --locked cargo-deny --version 0.15.1
62+
cargo install --locked cargo-deny --version 0.18.3
6363
./dev-support/cargo_all.sh deny check

deny.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@ ignore = [
7575
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7676
#"[email protected]", # you can also ignore yanked crate versions if you wish
7777
#{ crate = "[email protected]", reason = "you can specify why you are ignoring the yanked crate" },
78+
"RUSTSEC-2024-0320", # yaml-rust unmaintained
79+
"RUSTSEC-2022-0070", # secp256k1 unsound
80+
"RUSTSEC-2024-0370", # proc-macro-error unmaintained
81+
"RUSTSEC-2024-0436", # paste unmaintained
82+
"RUSTSEC-2022-0080", # parity-util-mem unmaintained
83+
"RUSTSEC-2020-0016", # net2 unmaintained
84+
"RUSTSEC-2024-0384", # instant unmaintained
85+
"RUSTSEC-2024-0388", # derivative unmaintained
86+
"RUSTSEC-2021-0064", # cpuid-bool unmaintained
87+
"RUSTSEC-2021-0139", # ansi_term unmaintained
88+
"RUSTSEC-2021-0059", # aesni unmaintained
89+
"RUSTSEC-2021-0060", # aes-soft unmaintained
90+
"RUSTSEC-2021-0061", # aes-ctr unmaintained
7891
]
7992
# If this is true, then cargo deny will use the git executable to fetch advisory database.
8093
# If this is false, then it uses a built-in git library.

0 commit comments

Comments
 (0)