Skip to content

Commit 7c43d9f

Browse files
authored
Fix cargo deny warnings (#808)
This changeset fixes the `cargo deny` warnings: - Updated rustls-webpki 0.103.10 -> 0.103.13 (fixes the advisories for this copy) - Updated bitstream-io 4.9.0 -> 4.10.0 (removes yanked core2) - Ignored RUSTSEC-2026-0098, 0099, 0104 in deny.toml — the rustls-webpki 0.101.7 (from aws-smithy-http-client) and 0.102.8 (from dropshot) copies are locked by upstream crates with no newer versions available
1 parent 3b2ef77 commit 7c43d9f

2 files changed

Lines changed: 47 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 41 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ ignore = [
2727
"RUSTSEC-2025-0134",
2828
# https://rustsec.org/advisories/RUSTSEC-2026-0049.html
2929
"RUSTSEC-2026-0049",
30+
# https://rustsec.org/advisories/RUSTSEC-2026-0098.html
31+
"RUSTSEC-2026-0098",
32+
# https://rustsec.org/advisories/RUSTSEC-2026-0099.html
33+
"RUSTSEC-2026-0099",
34+
# https://rustsec.org/advisories/RUSTSEC-2026-0104.html
35+
"RUSTSEC-2026-0104",
3036
]
3137

3238
[bans]

0 commit comments

Comments
 (0)