Skip to content

Commit

Permalink
chore(deps): Bump indexmap from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
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](indexmap-rs/indexmap@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Oct 14, 2024
1 parent 264601f commit 3ec1978
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ec1978

Please sign in to comment.