Skip to content

Commit 9a42ee2

Browse files
Bump uuid from 1.11.0 to 1.12.0 (#744)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.11.0...1.12.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ba620b commit 9a42ee2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typify-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rustfmt-wrapper = "0.2.1"
3030
schema = "0.1.0"
3131
schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] }
3232
syn = { version = "2.0.95", features = ["full", "extra-traits", "visit-mut"] }
33-
uuid = "1.11.0"
33+
uuid = "1.12.0"

typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ schemars = "0.8.21"
2929
serde = "1.0.217"
3030
serde_json = "1.0.135"
3131
trybuild = "1.0.101"
32-
uuid = { version = "1.11.0", features = ["serde"] }
32+
uuid = { version = "1.12.0", features = ["serde"] }

0 commit comments

Comments
 (0)