From ca6e2352ac725b76eaaa722c3f7d9d1ff5275990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:48:02 -0500 Subject: [PATCH] Bump lru from 0.12.2 to 0.12.3 (#2658) Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.2 to 0.12.3. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.2...0.12.3) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/examples/Cargo.toml | 2 +- crates/hotshot/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 }