Skip to content

Commit

Permalink
Merge pull request #175 from h3poteto/renovate/uuid-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate uuid to 1.6
  • Loading branch information
h3poteto authored Dec 21, 2023
2 parents bd85aa2 + cfd9951 commit 70d77a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures-util = "0.3"
http = "0.2"
rand = "0.8"
regex = "1"
uuid = { version = "1.5", features = ["v4"]}
uuid = { version = "1.6", features = ["v4"]}

[dev-dependencies]
env_logger = "0.10"

0 comments on commit 70d77a7

Please sign in to comment.