Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump uuid from 1.9.1 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.9.1 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.9.1...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 and sandhose committed Jul 24, 2024
1 parent 6ffd8ce commit dd0c8b1
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 crates/storage-pg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ opentelemetry-semantic-conventions.workspace = true
rand.workspace = true
rand_chacha = "0.3.1"
url.workspace = true
uuid = "1.9.1"
uuid = "1.10.0"
ulid = { workspace = true, features = ["uuid"] }

oauth2-types.workspace = true
Expand Down

0 comments on commit dd0c8b1

Please sign in to comment.