From df36046d793a52b5e4a9c24f393a25b5f5754cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 23:46:28 +0000 Subject: [PATCH] Bump linked-hash-map from 0.5.4 to 0.5.6 Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.4 to 0.5.6. - [Release notes](https://github.com/contain-rs/linked-hash-map/releases) - [Commits](https://github.com/contain-rs/linked-hash-map/commits/v0.5.6) --- updated-dependencies: - dependency-name: linked-hash-map dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- network-p2p/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97299f769b..e137277fb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4558,9 +4558,9 @@ dependencies = [ [[package]] name = "linked-hash-map" -version = "0.5.4" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" diff --git a/network-p2p/Cargo.toml b/network-p2p/Cargo.toml index 4784e881d9..e39bb291fc 100644 --- a/network-p2p/Cargo.toml +++ b/network-p2p/Cargo.toml @@ -21,7 +21,7 @@ either = "1.6.1" fnv = "1.0.6" futures = "0.3.12" futures-timer = "3.0" -linked-hash-map = "0.5.4" +linked-hash-map = "0.5.6" linked_hash_set = "0.1.3" log = "0.4.16" lru = "0.7.7"