diff --git a/Cargo.lock b/Cargo.lock index 7e9bf662f2..f913ea154a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4443,9 +4443,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2c024b41519440580066ba82aab04092b333e09066a5eb86c7c4890df31f22" +checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" dependencies = [ "hashbrown 0.14.3", ] diff --git a/crates/examples/Cargo.toml b/crates/examples/Cargo.toml index 675d45a754..8ed876d41d 100644 --- a/crates/examples/Cargo.toml +++ b/crates/examples/Cargo.toml @@ -107,7 +107,7 @@ surf-disco = { workspace = true } time = { workspace = true } derive_more = "0.99.17" portpicker = "0.1.1" -lru = "0.12.2" +lru = "0.12.3" hotshot-task = { path = "../task" } hotshot = { path = "../hotshot" } hotshot-example-types = { path = "../example-types" } diff --git a/crates/hotshot/Cargo.toml b/crates/hotshot/Cargo.toml index f361bfab69..666c3e1be2 100644 --- a/crates/hotshot/Cargo.toml +++ b/crates/hotshot/Cargo.toml @@ -48,7 +48,7 @@ surf-disco = { workspace = true } time = { workspace = true } derive_more = "0.99.17" portpicker = "0.1.1" -lru = "0.12.2" +lru = "0.12.3" hotshot-task = { path = "../task" } tracing = { workspace = true }