Skip to content

Commit 467ef6e

Browse files
committed
fix(deps): update rust crate uuid to 1.8.0
Signed-off-by: John Eckersberg <[email protected]>
1 parent 1f8d03c commit 467ef6e

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)