Skip to content

Commit 08e8c51

Browse files
chore: Test bencher PR comment (#471)
* chore: Test bencher PR comment * Fix cargo-deny warnings
1 parent 43564f6 commit 08e8c51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ ignore = [
7474
"RUSTSEC-2023-0089", # `atomic-polyfill` crate is unmaintained
7575
"RUSTSEC-2025-0141", # `bincode` crate is unmaintained
7676
"RUSTSEC-2026-0118", # `hickory-proto` Iroh vulnerability
77-
"RUSTSEC-2026-0119", # `hickory-proto` Iroh vultnerability
77+
"RUSTSEC-2026-0119", # `hickory-proto` Iroh vulnerability
78+
"RUSTSEC-2026-0194", # `quick-xml` Iroh vulnerability
79+
"RUSTSEC-2026-0195", # `quick-xml` Iroh vulnerability
7880
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7981
#"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
8082
#{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },

0 commit comments

Comments
 (0)