Skip to content

Commit f7c7724

Browse files
nextest-botsunshowers
authored andcommitted
fix(deps): update rust crate indexmap to 2.3.0
1 parent 26b4869 commit f7c7724

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

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

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ newtype-uuid.workspace = true
9999
console-subscriber = { version = "0.4.0", optional = true }
100100
unicode-ident = "1.0.12"
101101
unicode-normalization = "0.1.23"
102-
indexmap = { version = "2.2.6", features = ["serde"] }
102+
indexmap = { version = "2.3.0", features = ["serde"] }
103103
smallvec = "1.13.2"
104104
nextest-workspace-hack.workspace = true
105105

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ either = { version = "1.13.0" }
2222
futures-channel = { version = "0.3.30", features = ["sink"] }
2323
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
2424
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
25-
indexmap = { version = "2.2.6", features = ["serde"] }
25+
indexmap = { version = "2.3.0", features = ["serde"] }
2626
log = { version = "0.4.22", default-features = false, features = ["std"] }
2727
memchr = { version = "2.7.2" }
2828
miette = { version = "7.2.0", features = ["fancy"] }

0 commit comments

Comments
 (0)