diff --git a/nativelink-scheduler/Cargo.toml b/nativelink-scheduler/Cargo.toml index c9be6f7f0..3fecd1217 100644 --- a/nativelink-scheduler/Cargo.toml +++ b/nativelink-scheduler/Cargo.toml @@ -20,7 +20,7 @@ prost = "0.12.3" uuid = { version = "1.6.1", features = ["v4"] } futures = "0.3.30" hashbrown = "0.14" -lru = "0.12.1" +lru = "0.12.3" parking_lot = "0.12.1" rand = "0.8.5" scopeguard = "1.2.0" diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index 22427eadb..e16d4deb4 100644 --- a/nativelink-util/Cargo.toml +++ b/nativelink-util/Cargo.toml @@ -15,7 +15,7 @@ bytes = "1.5.0" futures = "0.3.30" hex = "0.4.3" log = "0.4.21" -lru = "0.12.1" +lru = "0.12.3" parking_lot = "0.12.1" pin-project-lite = "0.2.13" prometheus-client = "0.21.2"