Skip to content

Commit 926b649

Browse files
authored
Merge pull request #426 from containers/renovate/uuid-1.x
fix(deps): update rust crate uuid to 1.8.0
2 parents a59ac1a + 467ef6e commit 926b649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tracing = "0.1"
4646
tempfile = "3.10.1"
4747
toml = "0.8.12"
4848
xshell = { version = "0.2", optional = true }
49-
uuid = { version = "1.7.0", features = ["v4"] }
49+
uuid = { version = "1.8.0", features = ["v4"] }
5050

5151
[features]
5252
default = ["install"]

0 commit comments

Comments
 (0)