From 8d857ab5bd296a69e0ab1a40b6b074ea3bd16128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:54:48 -0600 Subject: [PATCH] Bump indexmap from 2.2.4 to 2.2.5 (#3709) Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.4 to 2.2.5. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.4...2.2.5) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e1d82eb9e..f3926a8a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ "bitflags 2.4.2", "boa_interner", "boa_macros", - "indexmap 2.2.4", + "indexmap 2.2.5", "num-bigint", "rustc-hash", "serde", @@ -423,7 +423,7 @@ dependencies = [ "icu_plurals", "icu_provider", "icu_segmenter", - "indexmap 2.2.4", + "indexmap 2.2.5", "indoc", "intrusive-collections", "itertools 0.12.1", @@ -503,7 +503,7 @@ dependencies = [ "boa_gc", "boa_macros", "hashbrown 0.14.3", - "indexmap 2.2.4", + "indexmap 2.2.5", "once_cell", "phf", "rustc-hash", @@ -2110,9 +2110,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.4" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "967d6dd42f16dbf0eb8040cb9e477933562684d3918f7d253f2ff9087fb3e7a3" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -3390,7 +3390,7 @@ version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ - "indexmap 2.2.4", + "indexmap 2.2.5", "itoa", "ryu", "serde", @@ -3916,7 +3916,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.2.4", + "indexmap 2.2.5", "toml_datetime", "winnow 0.5.40", ] @@ -3927,7 +3927,7 @@ version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" dependencies = [ - "indexmap 2.2.4", + "indexmap 2.2.5", "serde", "serde_spanned", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 9a52bb752f..ce30dd3891 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ clap = "4.5.0" colored = "2.1.0" fast-float = "0.2.0" hashbrown = { version = "0.14.3", default-features = false } -indexmap = { version = "2.2.4", default-features = false } +indexmap = { version = "2.2.5", default-features = false } indoc = "2.0.4" jemallocator = "0.5.4" num-bigint = "0.4.4"