From c55bca4109b9c3383392b13ec762c8c0bebe9693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:20:53 +0000 Subject: [PATCH 1/2] build(deps): bump indexmap from 2.9.0 to 2.10.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.9.0 to 2.10.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcc4281fcdf5a7..9a85c066cc6459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3157,7 +3157,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util 0.7.15", @@ -3776,9 +3776,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.1", @@ -4689,7 +4689,7 @@ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "crc32fast", "hashbrown 0.15.1", - "indexmap 2.9.0", + "indexmap 2.10.0", "memchr", ] @@ -6309,7 +6309,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "itoa", "ryu", "serde", @@ -6740,7 +6740,7 @@ dependencies = [ "criterion", "crossbeam-channel", "dashmap", - "indexmap 2.9.0", + "indexmap 2.10.0", "io-uring", "itertools 0.12.1", "libc", @@ -7530,7 +7530,7 @@ dependencies = [ "dashmap", "futures 0.3.31", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "quinn", @@ -7770,7 +7770,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "rand 0.8.5", @@ -8528,7 +8528,7 @@ dependencies = [ "criterion", "crossbeam-channel", "flate2", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "log", "lru", @@ -10690,7 +10690,7 @@ dependencies = [ "futures-util", "governor", "histogram", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "libc", "log", @@ -11087,7 +11087,7 @@ dependencies = [ "console", "csv", "ctrlc", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "pickledb", "serde", @@ -11161,7 +11161,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "rayon", @@ -11580,7 +11580,7 @@ dependencies = [ "futures-util", "governor", "histogram", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "libc", "log", @@ -13002,7 +13002,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "toml_datetime", "winnow 0.5.16", ] @@ -13013,7 +13013,7 @@ version = "0.22.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "serde", "serde_spanned", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 189d6d901ac248..7a9b8edbaeb335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -280,7 +280,7 @@ humantime = "2.2.0" hyper = "0.14.32" hyper-proxy = "0.9.1" im = "15.1.0" -indexmap = "2.9.0" +indexmap = "2.10.0" indicatif = "0.17.11" io-uring = "0.7.8" itertools = "0.12.1" From 20aa4d571a01773e349874bf7b5fe8067e2c69d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 08:21:29 +0000 Subject: [PATCH 2/2] Update all Cargo files --- programs/sbf/Cargo.lock | 24 ++++++++++++------------ svm/examples/Cargo.lock | 26 +++++++++++++------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 2df55255bff329..1863642e6aa8dc 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2284,7 +2284,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util 0.7.15", @@ -2871,9 +2871,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.1", @@ -3798,7 +3798,7 @@ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "crc32fast", "hashbrown 0.15.1", - "indexmap 2.9.0", + "indexmap 2.10.0", "memchr", ] @@ -5147,7 +5147,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "itoa", "ryu", "serde", @@ -5440,7 +5440,7 @@ dependencies = [ "bzip2", "crossbeam-channel", "dashmap", - "indexmap 2.9.0", + "indexmap 2.10.0", "io-uring", "itertools 0.12.1", "libc", @@ -5851,7 +5851,7 @@ dependencies = [ "dashmap", "futures 0.3.31", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "quinn", @@ -6026,7 +6026,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "log", "rand 0.8.5", "rayon", @@ -6575,7 +6575,7 @@ dependencies = [ "clap", "crossbeam-channel", "flate2", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "log", "lru", @@ -9041,7 +9041,7 @@ dependencies = [ "futures-util", "governor", "histogram", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "libc", "log", @@ -9372,7 +9372,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "rayon", @@ -10886,7 +10886,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "toml_datetime", "winnow", ] diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index 7565178de7cf5f..1ea8b24c38657a 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -2157,7 +2157,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util 0.7.15", @@ -2745,9 +2745,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.2", @@ -3670,7 +3670,7 @@ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "crc32fast", "hashbrown 0.15.2", - "indexmap 2.9.0", + "indexmap 2.10.0", "memchr", ] @@ -3928,7 +3928,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.9.0", + "indexmap 2.10.0", ] [[package]] @@ -4995,7 +4995,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "itoa", "ryu", "serde", @@ -5287,7 +5287,7 @@ dependencies = [ "bzip2", "crossbeam-channel", "dashmap", - "indexmap 2.9.0", + "indexmap 2.10.0", "io-uring", "itertools 0.12.1", "libc", @@ -5698,7 +5698,7 @@ dependencies = [ "dashmap", "futures 0.3.31", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "quinn", @@ -5873,7 +5873,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "log", "rand 0.8.5", "rayon", @@ -6387,7 +6387,7 @@ dependencies = [ "clap", "crossbeam-channel", "flate2", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "log", "lru", @@ -8106,7 +8106,7 @@ dependencies = [ "futures-util", "governor", "histogram", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.12.1", "libc", "log", @@ -8472,7 +8472,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "log", "rayon", @@ -9983,7 +9983,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "toml_datetime", "winnow", ]