Skip to content

Commit ed8067a

Browse files
build(deps): bump uuid from 1.13.2 to 1.14.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e8c0e3 commit ed8067a

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)