From 00ffa04afc1ef1f1f5e73895a00debac092f1bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:59:11 +0000 Subject: [PATCH] deps: bump lru from 0.10.0 to 0.10.1 Pull-Request: #4141. --- Cargo.lock | 4 ++-- protocols/identify/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 927f04f8..249a25f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3401,9 +3401,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e" +checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" dependencies = [ "hashbrown 0.13.2", ] diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index f323d1db..cd7a9c24 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -18,7 +18,7 @@ libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } libp2p-identity = { workspace = true } log = "0.4.19" -lru = "0.10.0" +lru = "0.10.1" quick-protobuf-codec = { workspace = true } quick-protobuf = "0.8" smallvec = "1.6.1"