Skip to content

Commit 35cf30a

Browse files
build(deps): bump uuid from 1.14.0 to 1.15.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.14.0...v1.15.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 85a57df commit 35cf30a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.workspace = true
2828
url.workspace = true
29-
uuid = "1.14.0"
29+
uuid = "1.15.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
@@ -25,7 +25,7 @@ tracing.workspace = true
2525
futures-util = "0.3.31"
2626

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

3131
mas-config.workspace = true

0 commit comments

Comments
 (0)