Skip to content

Commit 625e2cb

Browse files
Bump uuid from 1.7.0 to 1.8.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d30d24 commit 625e2cb

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
@@ -29,4 +29,4 @@ schema = "0.1.0"
2929
schemars = { version = "0.8.16", features = ["uuid1"] }
3030
serde = "1.0.197"
3131
syn = { version = "2.0.53", features = ["full", "extra-traits"] }
32-
uuid = "1.7.0"
32+
uuid = "1.8.0"

typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ schemars = "0.8.16"
2929
serde = "1.0.197"
3030
serde_json = "1.0.114"
3131
trybuild = "1.0.90"
32-
uuid = { version = "1.7.0", features = ["serde"] }
32+
uuid = { version = "1.8.0", features = ["serde"] }

0 commit comments

Comments
 (0)