There was an error while loading. Please reload this page.
1 parent dc09b6d commit 0f912abCopy full SHA for 0f912ab
1 file changed
deny.toml
@@ -75,6 +75,8 @@ ignore = [
75
# { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
76
# "a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
77
# { crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },
78
+ { id = "RUSTSEC-2025-0009", reason = "ring 0.16.x transitive dep from KMS git dependency, cannot upgrade" },
79
+ { id = "RUSTSEC-2025-0010", reason = "ring 0.16.x unmaintained, transitive dep from KMS git dependency, cannot upgrade" },
80
]
81
# If this is true, then cargo deny will use the git executable to fetch advisory database.
82
# If this is false, then it uses a built-in git library.
0 commit comments