From 839468f0e0e8d233440d095e8dc67479431f695a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:18:22 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.11.0 to 2.11.1 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.11.0 to 2.11.1. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.11.0...2.11.1) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4174b87c3..b792e506d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ "bytes", "cfg-if", "http", - "indexmap 2.11.0", + "indexmap 2.11.1", "schemars 0.8.22", "serde", "serde_json", @@ -316,7 +316,7 @@ dependencies = [ "futures-timer", "futures-util", "http", - "indexmap 2.11.0", + "indexmap 2.11.1", "mime", "multer", "num-traits", @@ -368,7 +368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34ecdaff7c9cffa3614a9f9999bf9ee4c3078fe3ce4d6a6e161736b56febf2de" dependencies = [ "bytes", - "indexmap 2.11.0", + "indexmap 2.11.1", "serde", "serde_json", ] @@ -2059,7 +2059,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ "fallible-iterator", - "indexmap 2.11.0", + "indexmap 2.11.1", "stable_deref_trait", ] @@ -2125,7 +2125,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.11.0", + "indexmap 2.11.1", "slab", "tokio", "tokio-util", @@ -2733,9 +2733,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" +checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" dependencies = [ "equivalent", "hashbrown 0.15.4", @@ -3329,7 +3329,7 @@ dependencies = [ "hex", "hyper", "icu_normalizer", - "indexmap 2.11.0", + "indexmap 2.11.1", "insta", "lettre", "mas-axum-utils", @@ -4037,7 +4037,7 @@ dependencies = [ "assert_matches", "base64ct", "chrono", - "indexmap 2.11.0", + "indexmap 2.11.1", "insta", "language-tags", "mas-iana", @@ -4058,7 +4058,7 @@ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "crc32fast", "hashbrown 0.15.4", - "indexmap 2.11.0", + "indexmap 2.11.1", "memchr", ] @@ -4541,7 +4541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1" dependencies = [ "base64", - "indexmap 2.11.0", + "indexmap 2.11.1", "quick-xml", "serde", "time", @@ -5072,7 +5072,7 @@ dependencies = [ "base64", "bytes", "form_urlencoded", - "indexmap 2.11.0", + "indexmap 2.11.1", "js_int", "percent-encoding", "regex", @@ -5310,7 +5310,7 @@ dependencies = [ "chrono", "dyn-clone", "indexmap 1.9.3", - "indexmap 2.11.0", + "indexmap 2.11.1", "schemars_derive", "serde", "serde_json", @@ -5614,7 +5614,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" dependencies = [ "form_urlencoded", - "indexmap 2.11.0", + "indexmap 2.11.1", "itoa", "ryu", "serde", @@ -5626,7 +5626,7 @@ version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ - "indexmap 2.11.0", + "indexmap 2.11.1", "itoa", "memchr", "ryu", @@ -5687,7 +5687,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.11.0", + "indexmap 2.11.1", "schemars 0.9.0", "schemars 1.0.4", "serde", @@ -5715,7 +5715,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.11.0", + "indexmap 2.11.1", "itoa", "ryu", "serde", @@ -5890,7 +5890,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.4", "hashlink", - "indexmap 2.11.0", + "indexmap 2.11.1", "ipnetwork", "log", "memchr", @@ -6465,7 +6465,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.11.0", + "indexmap 2.11.1", "serde", "serde_spanned", "toml_datetime", @@ -7033,7 +7033,7 @@ checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" dependencies = [ "bitflags", "hashbrown 0.15.4", - "indexmap 2.11.0", + "indexmap 2.11.1", "semver", "serde", ] @@ -7063,7 +7063,7 @@ dependencies = [ "cc", "cfg-if", "hashbrown 0.15.4", - "indexmap 2.11.0", + "indexmap 2.11.1", "libc", "log", "mach2", @@ -7103,7 +7103,7 @@ dependencies = [ "cranelift-bitset", "cranelift-entity", "gimli", - "indexmap 2.11.0", + "indexmap 2.11.1", "log", "object", "postcard", @@ -7248,7 +7248,7 @@ checksum = "1ae057d44a5b60e6ec529b0c21809a9d1fc92e91ef6e0f6771ed11dd02a94a08" dependencies = [ "anyhow", "heck 0.5.0", - "indexmap 2.11.0", + "indexmap 2.11.1", "wit-parser", ] @@ -7763,7 +7763,7 @@ checksum = "0a1f95a87d03a33e259af286b857a95911eb46236a0f726cbaec1227b3dfc67a" dependencies = [ "anyhow", "id-arena", - "indexmap 2.11.0", + "indexmap 2.11.1", "log", "semver", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6ef0e9645..5dfea40ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -321,7 +321,7 @@ features = ["std"] # HashMap which preserves insertion order [workspace.dependencies.indexmap] -version = "2.11.0" +version = "2.11.1" features = ["serde"] # Indented string literals