From 3ec1978425bfc66e8077afc982466ab2dad80dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:45:29 +0000 Subject: [PATCH] chore(deps): Bump indexmap from 2.5.0 to 2.6.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++++------------ hipcheck/Cargo.toml | 2 +- plugins/dummy_rand_data/Cargo.toml | 2 +- plugins/dummy_sha256/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- 5 files changed, 23 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74d45a8a..cb69cb99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ "base64 0.21.7", "cyclonedx-bom-macros", "fluent-uri", - "indexmap 2.5.0", + "indexmap 2.6.0", "once_cell", "ordered-float", "purl", @@ -733,7 +733,7 @@ dependencies = [ "anyhow", "clap", "futures", - "indexmap 2.5.0", + "indexmap 2.6.0", "prost", "rand", "serde_json", @@ -761,7 +761,7 @@ dependencies = [ "anyhow", "clap", "futures", - "indexmap 2.5.0", + "indexmap 2.6.0", "prost", "rand", "serde_json", @@ -1153,7 +1153,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.5.0", + "indexmap 2.6.0", "slab", "tokio", "tokio-util", @@ -1172,6 +1172,12 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +[[package]] +name = "hashbrown" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" + [[package]] name = "heck" version = "0.3.3" @@ -1232,7 +1238,7 @@ dependencies = [ "graphql_client", "hipcheck-macros", "http", - "indexmap 2.5.0", + "indexmap 2.6.0", "indextree", "indicatif", "itertools", @@ -1304,7 +1310,7 @@ dependencies = [ "anyhow", "futures", "hipcheck-sdk-macros", - "indexmap 2.5.0", + "indexmap 2.6.0", "prost", "rand", "schemars", @@ -1497,12 +1503,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" +checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.14.5", + "hashbrown 0.15.0", ] [[package]] @@ -2135,7 +2141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.5.0", + "indexmap 2.6.0", "serde", "serde_derive", ] @@ -3194,7 +3200,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.5.0", + "indexmap 2.6.0", "toml_datetime", "winnow 0.5.40", ] @@ -3205,7 +3211,7 @@ version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.5.0", + "indexmap 2.6.0", "serde", "serde_spanned", "toml_datetime", @@ -3883,7 +3889,7 @@ dependencies = [ "displaydoc", "flate2", "hmac", - "indexmap 2.5.0", + "indexmap 2.6.0", "lzma-rs", "memchr", "pbkdf2", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index e857abab..66f40313 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -67,7 +67,7 @@ graphql_client = "0.14.0" # See: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations hipcheck-macros = { path = "../hipcheck-macros", version = "0.3.1" } http = "1.1.0" -indexmap = "2.5.0" +indexmap = "2.6.0" indextree = "4.6.1" indicatif = { version = "0.17.8", features = ["rayon"] } itertools = "0.13.0" diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index 4619266a..42816874 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -9,7 +9,7 @@ publish = false anyhow = "1.0.89" clap = { version = "4.5.18", features = ["derive"] } futures = "0.3.30" -indexmap = "2.5.0" +indexmap = "2.6.0" prost = "0.13.3" rand = "0.8.5" serde_json = "1.0.128" diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index 7a683bb0..e6ca5234 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.89" clap = { version = "4.5.18", features = ["derive"] } -indexmap = "2.5.0" +indexmap = "2.6.0" futures = "0.3.30" prost = "0.13.3" rand = "0.8.5" diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index c79269c6..aa085a41 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] thiserror = "1.0.64" futures = "0.3.30" -indexmap = "2.4.0" +indexmap = "2.6.0" prost = "0.13.3" rand = "0.8.5" serde_json = "1.0.128"