From 9e523cd218360c5e8ebcfecea707f97de5d4b4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:14:29 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 1 update Bumps the cargo-dependencies group with 1 update: [indexmap](https://github.com/bluss/indexmap). - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8534860c7..e61eca752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,9 +908,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 61e0b4813..85124f1b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ glob = "0.3.1" git2 = "0.17.2" hex = "0.4.3" itertools = "0.11.0" -indexmap = "2.0.2" +indexmap = "2.1.0" libc = { version = "0.2.149" } insta = { version = "1.34.0", features = ["filters"] } maplit = "1.0.2"