From e39d32ec3a48baa8ac2bf6b0abed55a85fdaf8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:28:33 +0000 Subject: [PATCH] Bump lru from 0.12.3 to 0.12.4 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.3 to 0.12.4. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a09a81..aa4decd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2967,7 +2967,7 @@ dependencies = [ "jf-signature", "libp2p-identity", "libp2p-networking", - "lru 0.12.3", + "lru 0.12.4", "num_enum", "portpicker", "rand 0.8.5", @@ -3020,7 +3020,7 @@ dependencies = [ "hotshot-events-service", "hotshot-example-types", "hotshot-types", - "lru 0.12.3", + "lru 0.12.4", "serde", "sha2 0.10.8", "snafu", @@ -4122,7 +4122,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "lru 0.12.3", + "lru 0.12.4", "quick-protobuf", "quick-protobuf-codec 0.3.1", "smallvec", @@ -4317,7 +4317,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm-derive", - "lru 0.12.3", + "lru 0.12.4", "multistream-select", "once_cell", "rand 0.8.5", @@ -4521,9 +4521,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" dependencies = [ "hashbrown 0.14.5", ] diff --git a/Cargo.toml b/Cargo.toml index bba113e..3851752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tide-disco = "0.9" tokio = "1" tracing = "0.1" vbs = "0.1" -lru = "0.12.3" +lru = "0.12.4" hex = "0.4.3" [dev-dependencies]