From 6189822acf9b6ce619e65797e03a33c21680b4a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 08:23:50 +0000 Subject: [PATCH] build(deps): bump indexmap from 1.4.0 to 1.5.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.4.0...1.5.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 687e507b21d..b3dc9ca97b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2428,6 +2428,15 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "hashbrown" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb" +dependencies = [ + "autocfg", +] + [[package]] name = "hashglobe" version = "0.1.0" @@ -2676,11 +2685,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe" +checksum = "5b88cd59ee5f71fea89a62248fc8f387d44400cefe05ef548466d61ced9029a7" dependencies = [ "autocfg", + "hashbrown", ] [[package]]