We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa043e commit 72aed4cCopy full SHA for 72aed4c
deny.toml
@@ -13,6 +13,9 @@ ignore = [
13
# from object_store. We've removed our direct dependency and migrated to
14
# rustls-pki-types. Remove once object_store updates.
15
"RUSTSEC-2025-0134",
16
+ # bincode is considered complete at 1.3.3 and no longer maintained. It is
17
+ # past 1.0. Pulled into monolith via deps from iox.
18
+ "RUSTSEC-2025-0141",
19
]
20
git-fetch-with-cli = true
21
0 commit comments