Skip to content

Commit 4524b52

Browse files
chore(deps): upgrade hickory-proto to 0.26.1, ignore RUSTSEC-2026-0119 (#25354)
* chore(deps): upgrade hickory-proto to 0.26.1, ignore RUSTSEC-2026-0119 * Format * fix(dnstap source): include EDNS OPT record in additional_count
1 parent 8073e93 commit 4524b52

5 files changed

Lines changed: 226 additions & 240 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ flate2 = { version = "1.1.2", default-features = false, features = ["zlib-rs"] }
160160
futures = { version = "0.3.31", default-features = false, features = ["std"] }
161161
futures-util = { version = "0.3.29", default-features = false }
162162
glob = { version = "0.3.3", default-features = false }
163-
hickory-proto = { version = "0.25.2", default-features = false, features = ["dnssec-ring"] }
163+
hickory-proto = { version = "0.26.1", default-features = false, features = ["dnssec-ring"] }
164164
humantime = { version = "2.3.0", default-features = false }
165165
indexmap = { version = "2.11.0", default-features = false, features = ["serde", "std"] }
166166
indoc = { version = "2.0.7" }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ ignore = [
5050
{ id = "RUSTSEC-2026-0097", reason = "rand 0.8.5 unsound with custom logger - transitive dependency, upstream crates have not updated to rand 0.9+" },
5151
{ id = "RUSTSEC-2026-0104", reason = "rustls-webpki 0.102/0.101 CRL parsing panic - tonic upgrade (https://github.com/vectordotdev/vector/issues/19179); 0.103 already patched to 0.103.13" },
5252
{ id = "RUSTSEC-2026-0105", reason = "core2 is unmaintained and all versions yanked - transitive dependency via libflate -> apache-avro, no safe upgrade available" },
53+
{ id = "RUSTSEC-2026-0119", reason = "hickory-proto 0.24 - unpatched crate (https://github.com/mongodb/mongo-rust-driver/pull/1682)" },
5354
]

0 commit comments

Comments
 (0)