diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 29cd2ab17..b14138003 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3331,8 +3331,6 @@ version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" dependencies = [ - "allocator-api2", - "equivalent", "foldhash 0.1.5", ] @@ -3342,6 +3340,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" dependencies = [ + "allocator-api2", "equivalent", "foldhash 0.2.0", ] @@ -4314,11 +4313,11 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lru" -version = "0.12.5" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" dependencies = [ - "hashbrown 0.15.3", + "hashbrown 0.16.0", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8696913c7..00915ec80 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -107,7 +107,7 @@ l4-udp-dns-server = { path = "connlib/l4-udp-dns-server" } libc = "0.2.176" libfuzzer-sys = "0.4" log = "0.4" -lru = "0.12.5" +lru = "0.16.1" mio = "1.1.0" moka = "0.12.11" native-dialog = "0.7.0"