Skip to content

Commit

Permalink
Update Rust crate indexmap to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2023
1 parent 161fff7 commit a6b1594
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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.1.10", optional = true }
unicode-ident = "1.0.12"
unicode-normalization = "0.1.22"
indexmap = { version = "2.0.0", features = ["serde"] }
indexmap = { version = "2.0.2", 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.66"

[dependencies]
chrono = "0.4.31"
indexmap = "2.0.0"
indexmap = "2.0.2"
quick-xml = "0.30.0"
thiserror = "1.0.48"
uuid = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ either = { version = "1.9.0" }
futures-channel = { version = "0.3.28", features = ["sink"] }
futures-sink = { version = "0.3.28", 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.0", features = ["serde"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.0.2", features = ["serde"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.6.3", features = ["use_std"] }
miette = { version = "5.10.0", features = ["fancy"] }
Expand Down

0 comments on commit a6b1594

Please sign in to comment.