From c62834647112c329c645e65455decc55f74ae195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:43:41 +0000 Subject: [PATCH] chore(deps): bump indexmap from 2.1.0 to 2.2.6 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.6. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.1.0...2.2.6) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aff000930..bc8095212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,9 +1129,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -2647,7 +2647,7 @@ version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.6", "toml_datetime", "winnow", ] @@ -2658,7 +2658,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.6", "toml_datetime", "winnow", ] @@ -2890,7 +2890,7 @@ dependencies = [ "hex", "hmac", "hostname", - "indexmap 2.1.0", + "indexmap 2.2.6", "indoc", "itertools 0.12.0", "lalrpop", diff --git a/Cargo.toml b/Cargo.toml index d32f5cc86..0a793b261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ exitcode = {version = "1", optional = true } flate2 = { version = "1.0.28", default-features = false, features = ["default"], optional = true } hex = { version = "0.4", optional = true } hmac = { version = "0.12.1", optional = true } -indexmap = { version = "~2.1.0", default-features = false, features = ["std"], optional = true} +indexmap = { version = "~2.2.6", default-features = false, features = ["std"], optional = true} indoc = {version = "2.0.4", optional = true } itertools = { version = "0.12.0", default-features = false, optional = true } lalrpop-util = { version = "0.20", optional = true }