Skip to content

Commit 9d73851

Browse files
authored
build(deps): bump uuid from 1.13.2 to 1.14.0 (#4077)
2 parents 3b7b52d + ed8067a commit 9d73851

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -26,7 +26,7 @@ opentelemetry-semantic-conventions.workspace = true
2626
rand.workspace = true
2727
rand_chacha = "0.3.1"
2828
url.workspace = true
29-
uuid = "1.13.2"
29+
uuid = "1.14.0"
3030
ulid = { workspace = true, features = ["uuid"] }
3131

3232
oauth2-types.workspace = true

crates/syn2mas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tracing.workspace = true
2525
futures-util = "0.3.30"
2626

2727
rand.workspace = true
28-
uuid = "1.13.2"
28+
uuid = "1.14.0"
2929
ulid = { workspace = true, features = ["uuid"] }
3030

3131
mas-config.workspace = true

0 commit comments

Comments
 (0)