Skip to content

Commit cb65d97

Browse files
Bump uuid from 1.19.0 to 1.22.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.22.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.22.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d60840 commit cb65d97

File tree

3 files changed

+172
-8
lines changed

3 files changed

+172
-8
lines changed

Cargo.lock

Lines changed: 169 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

disintegrate-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async-stream = "0.3.6"
2525
thiserror = "2.0.18"
2626
tokio = {version = "1.49.0", features = ["macros"]}
2727
tokio-util = {version = "0.7.18", optional = true}
28-
uuid = { version = "1.19.0", features = ["v3"] }
28+
uuid = { version = "1.22.0", features = ["v3"] }
2929
md-5 = "0.10.6"
3030
paste = "1.0.15"
3131

disintegrate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ regex = "1.12.2"
2727
serde = { version = "1.0.228", features = ["derive"] }
2828
thiserror = "2.0.18"
2929
paste = "1.0.15"
30-
uuid = { version = "1.19.0", features = ["serde"] }
30+
uuid = { version = "1.22.0", features = ["serde"] }
3131

3232
[dev-dependencies]
3333
assert2 = "0.3.16"
34-
uuid = { version = "1.19.0", features = ["v4"] }
34+
uuid = { version = "1.22.0", features = ["v4"] }
3535
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
3636
mockall = "0.14.0"
3737

0 commit comments

Comments
 (0)