Skip to content

Commit 491e670

Browse files
authored
build(deps): bump uuid from 1.16.0 to 1.17.0 (#4594)
2 parents b229cb8 + 9aa792a commit 491e670

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/storage-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ opentelemetry-semantic-conventions.workspace = true
2727
rand.workspace = true
2828
rand_chacha.workspace = true
2929
url.workspace = true
30-
uuid = "1.16.0"
30+
uuid = "1.17.0"
3131
ulid = { workspace = true, features = ["uuid"] }
3232

3333
oauth2-types.workspace = true

crates/syn2mas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ url.workspace = true
3131

3232
rand.workspace = true
3333
rand_chacha = "0.3.1"
34-
uuid = "1.16.0"
34+
uuid = "1.17.0"
3535
ulid = { workspace = true, features = ["uuid"] }
3636

3737
mas-config.workspace = true

0 commit comments

Comments
 (0)