Skip to content

Commit

Permalink
Bump uuid from 1.8.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.10.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 93039b7 commit 2c63928
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 2c63928

Please sign in to comment.