From 47937fd71296dd37f642001ec49fbb1c7aacee44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 18:13:33 +0000 Subject: [PATCH] Bump indexmap from 1.6.1 to 1.9.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.9.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.6.1...1.9.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- devtools/x/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..1bbca253a246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3284,9 +3284,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.9.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" [[package]] name = "headers" @@ -3490,9 +3490,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" +checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3" dependencies = [ "autocfg 1.0.1", "hashbrown", diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index b42e4aa94673..961397e3bc00 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -23,7 +23,7 @@ chrono = "0.4.19" globset = "0.4.6" regex = "1.4.3" rayon = "1.5.0" -indexmap = "1.6.1" +indexmap = "1.9.0" x-core = { version = "0.1.0", path = "../x-core" } x-lint = { version = "0.1.0", path = "../x-lint" } diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }