From 211cd057504dd76fdbcc4cc289130b77ad8ff233 Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Thu, 7 Aug 2025 16:51:25 -0500 Subject: [PATCH] Update indexmap 2.9.0 -> 2.10.0 --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 620b240e5..619c1c7bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,7 +1910,7 @@ dependencies = [ "dashmap", "dotenvy", "futures", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.14.0", "reqwest", "rust-s3", @@ -3273,7 +3273,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util", @@ -3292,7 +3292,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.3.1", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util", @@ -3923,9 +3923,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" dependencies = [ "equivalent", "hashbrown 0.15.3", @@ -3972,7 +3972,7 @@ dependencies = [ "crossbeam-utils", "dashmap", "env_logger", - "indexmap 2.9.0", + "indexmap 2.10.0", "itoa", "log", "num-format", @@ -4318,7 +4318,7 @@ checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" dependencies = [ "cssparser", "html5ever", - "indexmap 2.9.0", + "indexmap 2.10.0", "selectors", ] @@ -5955,7 +5955,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d" dependencies = [ "base64 0.22.1", - "indexmap 2.9.0", + "indexmap 2.10.0", "quick-xml 0.32.0", "serde", "time", @@ -7720,7 +7720,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.9.0", + "indexmap 2.10.0", "schemars 0.9.0", "serde", "serde_derive", @@ -8045,7 +8045,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.3", "hashlink", - "indexmap 2.9.0", + "indexmap 2.10.0", "log", "memchr", "once_cell", @@ -8924,7 +8924,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8d321dbc6f998d825ab3f0d62673e810c861aac2d0de2cc2c395328f1d113b4" dependencies = [ "embed-resource", - "indexmap 2.9.0", + "indexmap 2.10.0", "toml", ] @@ -9334,7 +9334,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "toml_datetime", "winnow 0.5.40", ] @@ -9345,7 +9345,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "toml_datetime", "winnow 0.5.40", ] @@ -9356,7 +9356,7 @@ version = "0.22.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "serde", "serde_spanned", "toml_datetime", @@ -11104,7 +11104,7 @@ dependencies = [ "crc32fast", "deflate64", "flate2", - "indexmap 2.9.0", + "indexmap 2.10.0", "memchr", "zopfli", "zstd", diff --git a/Cargo.toml b/Cargo.toml index 2de595fdd..8509a52e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ hyper-rustls = { version = "0.27.7", default-features = false, features = [ hyper-util = "0.1.16" iana-time-zone = "0.1.63" image = { version = "0.25.6", default-features = false, features = ["rayon"] } -indexmap = "2.9.0" +indexmap = "2.10.0" indicatif = "0.17.11" itertools = "0.14.0" jemalloc_pprof = "0.7.0"