Skip to content

Commit

Permalink
Merge pull request #1 from GitGuardian/dependabot/cargo/uuid-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 18, 2024
2 parents 6b41df9 + 2c63928 commit 2d5a1af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 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 @@ -21,7 +21,7 @@ url = "2.5.0"
dotenv = "0.15.0"
clap = { version = "4.5.3", features = ["derive"] }
anyhow = "1.0.81"
uuid = { version = "1.8.0", features = ["v7"] }
uuid = { version = "1.10.0", features = ["v7"] }
indicatif = { version = "0.17.6", features = ["in_memory"] }
tracing-indicatif = "0.3.6"
tracing = { version = "0.1.37", features = ["release_max_level_debug"] }
Expand Down
2 changes: 1 addition & 1 deletion seed-es-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = "1.0.203"
serde_json = "1.0.117"
dotenv = "0.15.0"
anyhow = "1.0.86"
uuid = {version = "1.8.0", features = ["v7", "serde"]}
uuid = {version = "1.10.0", features = ["v7", "serde"]}
indicatif = "0.17.8"
futures-util = "0.3.30"
byte-unit = { version = "5.1.4", features = ["serde"] }
Expand Down

0 comments on commit 2d5a1af

Please sign in to comment.