Skip to content

Commit

Permalink
build(deps): bump uuid from 1.13.1 to 1.13.2 (#4065)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Feb 21, 2025
2 parents 98d85ec + 8c8c7c5 commit 3006e2f
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 3006e2f

Please sign in to comment.