Skip to content

Commit

Permalink
Update Rust crate indexmap to 2.1.0 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Nov 2, 2023
1 parent 8c78521 commit 9597945
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
console-subscriber = { version = "0.2.0", optional = true }
unicode-ident = "1.0.12"
unicode-normalization = "0.1.22"
indexmap = { version = "2.0.2", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
smallvec = "1.11.1"

[target.'cfg(unix)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.70"

[dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
indexmap = "2.0.2"
indexmap = "2.1.0"
quick-xml = "0.31.0"
thiserror = "1.0.50"
uuid = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ either = { version = "1.9.0" }
futures-channel = { version = "0.3.29", features = ["sink"] }
futures-sink = { version = "0.3.29", default-features = false, features = ["std"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.0.2", features = ["serde"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.1.0", features = ["serde"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.6.4", features = ["use_std"] }
miette = { version = "5.10.0", features = ["fancy"] }
Expand Down

0 comments on commit 9597945

Please sign in to comment.