diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1ec9a15c38cb6..a364dba4330d1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6955,9 +6955,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e" +checksum = "98c23545df7ecf1b16c303910a69b079e8e251d60f7dd2cc9b4177f2afaf1746" [[package]] name = "mach2" diff --git a/rust/deny.toml b/rust/deny.toml index b8bd5086ad1dd..461d1eda1932b 100644 --- a/rust/deny.toml +++ b/rust/deny.toml @@ -17,8 +17,6 @@ ignore = [ "RUSTSEC-2025-0012", # bincode is unmaintained but still functional; transitive dep from reth-nippy-jar and test-fuzz. "RUSTSEC-2025-0141", - # https://rustsec.org/advisories/RUSTSEC-2026-0002 lru unused directly: https://github.com/alloy-rs/alloy/pull/3460 - "RUSTSEC-2026-0002", ] # This section is considered when running `cargo deny check bans`.