From b56bc0628317fd2d1429f81519222614c3df4230 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 08:32:19 +0000 Subject: [PATCH] Bump indexmap from 1.0.2 to 1.3.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.0.2 to 1.3.2. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.0.2...1.3.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a1379f83c6..a59fc466db9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2632,9 +2632,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.0.2" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" +checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" +dependencies = [ + "autocfg", +] [[package]] name = "inflate"