Skip to content

Commit 76a8d44

Browse files
authored
Merge pull request #3966 from element-hq/dependabot/cargo/uuid-1.13.1
build(deps): bump uuid from 1.12.1 to 1.13.1
2 parents 8ee5beb + e1a2c49 commit 76a8d44

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.12.1"
29+
uuid = "1.13.1"
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
@@ -24,7 +24,7 @@ tracing.workspace = true
2424
futures-util = "0.3.30"
2525

2626
rand.workspace = true
27-
uuid = "1.10.0"
27+
uuid = "1.13.1"
2828
ulid = { workspace = true, features = ["uuid"] }
2929

3030
mas-config.workspace = true

0 commit comments

Comments
 (0)