Skip to content

Commit 146afad

Browse files
committed
fix(deps): update rust crate indexmap to 2.2.5
1 parent 197b0a3 commit 146afad

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
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.

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ uuid = { version = "1.7.0", features = ["v4"] }
9696
console-subscriber = { version = "0.2.0", optional = true }
9797
unicode-ident = "1.0.12"
9898
unicode-normalization = "0.1.23"
99-
indexmap = { version = "2.2.4", features = ["serde"] }
99+
indexmap = { version = "2.2.5", features = ["serde"] }
100100
smallvec = "1.13.1"
101101
nextest-workspace-hack.workspace = true
102102

quick-junit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313

1414
[dependencies]
1515
chrono = { version = "0.4.34", default-features = false, features = ["std"] }
16-
indexmap = "2.2.4"
16+
indexmap = "2.2.5"
1717
quick-xml = "0.31.0"
1818
thiserror = "1.0.57"
1919
uuid = "1.7.0"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ either = { version = "1.10.0" }
2323
futures-channel = { version = "0.3.30", features = ["sink"] }
2424
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
2525
getrandom = { version = "0.2.11", default-features = false, features = ["std"] }
26-
indexmap = { version = "2.2.4", features = ["serde"] }
26+
indexmap = { version = "2.2.5", features = ["serde"] }
2727
log = { version = "0.4.21", default-features = false, features = ["std"] }
2828
memchr = { version = "2.7.1" }
2929
miette = { version = "7.1.0", features = ["fancy"] }

0 commit comments

Comments
 (0)