Skip to content

Commit

Permalink
Merge pull request #43 from wcm-io-devops/dependabot/cargo/uuid-1.11.0
Browse files Browse the repository at this point in the history
Bump uuid from 1.10.0 to 1.11.0
  • Loading branch information
tobias-richter authored Oct 22, 2024
2 parents b45666f + 3c7be46 commit 62b3707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.12.8"
features = ["json", "rustls-tls"]

[dependencies.uuid]
version = "1.10.0"
version = "1.11.0"
features = [
"v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
Expand Down

0 comments on commit 62b3707

Please sign in to comment.