diff --git a/Cargo.lock b/Cargo.lock index d632b0f050..c0c2216ea5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1592,15 +1592,6 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash", -] - [[package]] name = "hashbrown" version = "0.14.5" @@ -2242,11 +2233,11 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" -version = "0.9.0" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" dependencies = [ - "hashbrown 0.13.2", + "hashbrown 0.14.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a111f7850c..3bc89656b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ insta = { version = "1.31.0", features = ["json", "redactions", "ron"] } ipnetwork = "0.20.0" itertools = "0.13.0" json-forensics = "0.1.1" -lru = "0.9.0" +lru = "0.12.4" maxminddb = "0.24.0" memchr = "2.7.4" md5 = "0.7.0"