Skip to content

Commit 9aa792a

Browse files
build(deps): bump uuid from 1.16.0 to 1.17.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b229cb8 commit 9aa792a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 4 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
@@ -27,7 +27,7 @@ opentelemetry-semantic-conventions.workspace = true
2727
rand.workspace = true
2828
rand_chacha.workspace = true
2929
url.workspace = true
30-
uuid = "1.16.0"
30+
uuid = "1.17.0"
3131
ulid = { workspace = true, features = ["uuid"] }
3232

3333
oauth2-types.workspace = true

crates/syn2mas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ url.workspace = true
3131

3232
rand.workspace = true
3333
rand_chacha = "0.3.1"
34-
uuid = "1.16.0"
34+
uuid = "1.17.0"
3535
ulid = { workspace = true, features = ["uuid"] }
3636

3737
mas-config.workspace = true

0 commit comments

Comments
 (0)