From d6eb5f810cccc510e0850f68d3bf582f7ee17d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 10:06:08 +0300 Subject: [PATCH] build: bump indexmap from 1.7.0 to 1.8.0 (#3411) Bumps [indexmap](https://github.com/bluss/indexmap) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.rst) - [Commits](https://github.com/bluss/indexmap/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2917385d5..88dc996f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,9 +777,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" +checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" dependencies = [ "autocfg", "hashbrown 0.11.2", diff --git a/Cargo.toml b/Cargo.toml index a9e93858b..9bac104ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ terminal_size = "0.1.17" quick-xml = "0.22.0" rand = "0.8.4" serde = { version = "1.0.133", features = ["derive"] } -indexmap = { version ="1.7.0", features = ["serde"] } +indexmap = { version ="1.8.0", features = ["serde"] } notify-rust = { version = "4.5.5", optional = true } semver = "1.0.4" which = "4.2.2"