From 3b8ecc1f83df68710676913da7f94268215f0404 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:38:18 +0000 Subject: [PATCH] Bump linked-hash-map from 0.5.3 to 0.5.4 Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/contain-rs/linked-hash-map/releases) - [Commits](https://github.com/contain-rs/linked-hash-map/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b451daf3458..9e34f04be38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3375,9 +3375,9 @@ dependencies = [ [[package]] name = "linked-hash-map" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linked_hash_set"