Skip to content

Commit cafb371

Browse files
build(deps): bump indexmap from 2.9.0 to 2.12.0
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.9.0 to 2.12.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.12.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76fa931 commit cafb371

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ chrono = { version = "0.4", features = ["serde"] }
5555
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls-native-roots"] }
5656
sha1_smol = { version = "1.0.1", features = ["std"] }
5757
clap = { version = "4.5", features = ["derive"] }
58-
indexmap = { version = "2.9", features = ["serde"] }
58+
indexmap = { version = "2.12", features = ["serde"] }
5959
async_zip = { version = "0.0.17", features = ["full"] }
6060

6161
eyre = "0.6"

0 commit comments

Comments
 (0)