diff --git a/Cargo.lock b/Cargo.lock index 65766e6..9e5448b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4604,9 +4604,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568" +checksum = "bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8" dependencies = [ "hashbrown 0.15.2", ] @@ -5990,7 +5990,7 @@ dependencies = [ "home", "libp2p", "lighthouse_network", - "lru 0.15.0", + "lru 0.16.1", "parking_lot", "serde_yaml", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index 17f3bfa..5c3190b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3.31" hex = "0.4.3" home = "0.5.11" libp2p = { version = "0.55.0", default-features = false, features = ["dns", "tokio", "ecdsa", "noise", "macros", "secp256k1", "tcp", "yamux"] } -lru = "0.15.0" +lru = "0.16.1" parking_lot = "0.12.4" serde_yaml = "0.9.34" smallvec = "1.15.1"