Skip to content

Commit

Permalink
cargo: bump uuid from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Oct 27, 2024
1 parent a703a59 commit 3aed434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ clap = { version = "4.5.18", features = ["derive"] }
clap_complete = "4.5.29"
dialoguer = "0.11.0"
indicatif = "0.17.8"
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
ctrlc = "3.4.5"
walkdir = "2.5.0"
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
Expand Down

0 comments on commit 3aed434

Please sign in to comment.