Skip to content

Commit c7c8de1

Browse files
nextest-botsunshowers
authored andcommitted
chore(deps): update rust crate indexmap to 2.7.0
1 parent 50d1c8a commit c7c8de1

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -63,7 +63,7 @@ http = "1.1.0"
6363
humantime-serde = "1.1.1"
6464
indenter = "0.3.3"
6565
indent_write = "2.2.0"
66-
indexmap = "2.6.0"
66+
indexmap = "2.7.0"
6767
indicatif = "0.17.9"
6868
indoc = "2.0.5"
6969
insta = { version = "1.41.1", default-features = false }

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ clap_builder = { version = "4.5.21", default-features = false, features = ["colo
2222
console = { version = "0.15.8" }
2323
either = { version = "1.13.0" }
2424
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
25-
indexmap = { version = "2.6.0", features = ["serde"] }
25+
indexmap = { version = "2.7.0", features = ["serde"] }
2626
log = { version = "0.4.22", default-features = false, features = ["std"] }
2727
memchr = { version = "2.7.4" }
2828
miette = { version = "7.4.0", features = ["fancy"] }

0 commit comments

Comments
 (0)