From 24f8f0928ae9f2f8b84f8af30e9f7af55b7a097c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 07:54:07 +0000 Subject: [PATCH] build(deps): bump linked_hash_set from 0.1.3 to 0.1.4 Bumps [linked_hash_set](https://github.com/alexheretic/linked-hash-set) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/alexheretic/linked-hash-set/releases) - [Changelog](https://github.com/alexheretic/linked-hash-set/blob/master/release) - [Commits](https://github.com/alexheretic/linked-hash-set/compare/0.1.3...0.1.4) 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 53ff04b3db7f..a0db7666fe30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3212,9 +3212,9 @@ checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" [[package]] name = "linked_hash_set" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c" +checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ "linked-hash-map", ]