Skip to content

Commit b13c4d5

Browse files
Bump indexmap from 2.7.0 to 2.8.0 (#3248)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.0 to 2.8.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.8.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7b10b4 commit b13c4d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ nix = { version = "0.29", default-features = false, features = ["term"] }
102102

103103
[build-dependencies]
104104
anyhow = "1.0.97"
105-
indexmap = { version = "2.3.0", features = ["serde"] }
105+
indexmap = { version = "2.8.0", features = ["serde"] }
106106
itertools = "0.14.0"
107107
once_cell = "1.20"
108108
regex = "1.10.6"

0 commit comments

Comments
 (0)