Skip to content

Commit

Permalink
Update Rust crate uuid to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 20, 2023
1 parent 19b8d1b commit dde2a11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -89,7 +89,7 @@ self_update = { version = "0.39.0", optional = true, default-features = false, f
nextest-filtering = { version = "0.5.1", path = "../nextest-filtering" }
nextest-metadata = { version = "0.9.2", path = "../nextest-metadata" }
quick-junit = { version = "0.3.5", path = "../quick-junit" }
uuid = { version = "1.5.0", features = ["v4"] }
uuid = { version = "1.6.1", features = ["v4"] }
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
console-subscriber = { version = "0.2.0", optional = true }
unicode-ident = "1.0.12"
Expand Down
2 changes: 1 addition & 1 deletion quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", default-features = false, features = ["std"] }
indexmap = "2.1.0"
quick-xml = "0.31.0"
thiserror = "1.0.50"
uuid = "1.5.0"
uuid = "1.6.1"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
strip-ansi-escapes = "0.2.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 @@ -36,7 +36,7 @@ similar = { version = "2.3.0", features = ["inline", "unicode"] }
target-spec = { version = "3.0.1", default-features = false, features = ["custom", "summaries"] }
tokio = { version = "1.34.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
twox-hash = { version = "1.6.3" }
uuid = { version = "1.5.0", features = ["v4"] }
uuid = { version = "1.6.1", features = ["v4"] }

[build-dependencies]
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
Expand Down

0 comments on commit dde2a11

Please sign in to comment.