Skip to content

Commit

Permalink
Update uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 2, 2023
1 parent a763ed2 commit 9ba2872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.4.10", features = ["derive"] }
clap_complete = "4.4.4"
thiserror = "1.0.50"
tokio = { version = "1", features = ["full"] }
uuid = { version = "1.2.2", features = ["serde", "v4"] }
uuid = { version = "1.6.1", features = ["serde", "v4"] }

[dev-dependencies]
assert_cmd = "2.0.7"
Expand Down

0 comments on commit 9ba2872

Please sign in to comment.