Skip to content

Commit

Permalink
build(deps): bump uuid from 1.13.1 to 1.13.2
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.13.1...v1.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent fa06e37 commit 8c8c7c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -26,7 +26,7 @@ opentelemetry-semantic-conventions.workspace = true
rand.workspace = true
rand_chacha = "0.3.1"
url.workspace = true
uuid = "1.13.1"
uuid = "1.13.2"
ulid = { workspace = true, features = ["uuid"] }

oauth2-types.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/syn2mas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing.workspace = true
futures-util = "0.3.30"

rand.workspace = true
uuid = "1.13.1"
uuid = "1.13.2"
ulid = { workspace = true, features = ["uuid"] }

mas-config.workspace = true
Expand Down

0 comments on commit 8c8c7c5

Please sign in to comment.