From 8c95a3c9d5846c1b6e6c9b0007d4d40529412a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:44:09 +0000 Subject: [PATCH] Bump indexmap from 1.6.1 to 1.6.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.6.1...1.6.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- devtools/x/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d583071e5c6..1f9183b0da61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3601,9 +3601,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" dependencies = [ "autocfg 1.0.1", "hashbrown", diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index b9bff88fbb5d..5734f67d4053 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -25,6 +25,6 @@ chrono = "0.4.19" globset = "0.4.6" regex = "1.4.3" rayon = "1.5.0" -indexmap = "1.6.1" +indexmap = "1.6.2" x-core = { path = "../x-core" } x-lint = { path = "../x-lint" }