Skip to content

Commit e1a2c49

Browse files
build(deps): bump uuid from 1.12.1 to 1.13.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.1 to 1.13.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.12.1...1.13.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 158f364 commit e1a2c49

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)