Skip to content

Commit 57fef18

Browse files
Update Rust crate uuid to 1.18.1
1 parent 4c26e8c commit 57fef18

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ syn = "2.0.104"
3131
test-strategy = "0.4.1"
3232
trybuild = "1.0"
3333
typify = "0.4.2"
34-
uuid = { version = "1.17.0", default-features = false }
34+
uuid = { version = "1.18.1", default-features = false }
3535

3636
[workspace.lints.rust]
3737
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }

0 commit comments

Comments
 (0)