Skip to content

Commit 471e215

Browse files
Bump uuid from 1.3.2 to 1.3.3 (#296)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.3.2...1.3.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35dd988 commit 471e215

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.

typify-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ rustfmt-wrapper = "0.2"
2626
schema = "0.1.0"
2727
schemars = { version = "0.8.12", features = ["uuid1"] }
2828
serde = "1.0"
29-
uuid = "1.3.2"
29+
uuid = "1.3.3"

typify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ schemars = "0.8.12"
2727
serde = "1.0.162"
2828
serde_json = "1.0.96"
2929
trybuild = "1.0.80"
30-
uuid = { version = "1.3.2", features = ["serde"] }
30+
uuid = { version = "1.3.3", features = ["serde"] }

0 commit comments

Comments
 (0)