From 25e6fb07a3916b453fd8f6a4f13a165c6a1978db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:00:06 +0000 Subject: [PATCH] Bump uuid from 1.3.2 to 1.3.3 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](https://github.com/uuid-rs/uuid/compare/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] --- Cargo.lock | 4 ++-- typify-impl/Cargo.toml | 2 +- typify/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad90ac93..0811a8b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,9 +1174,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" +checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" dependencies = [ "serde", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index e24d11a9..d05c23ae 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -26,4 +26,4 @@ rustfmt-wrapper = "0.2" schema = "0.1.0" schemars = { version = "0.8.12", features = ["uuid1"] } serde = "1.0" -uuid = "1.3.2" +uuid = "1.3.3" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 10784a3b..4dbff890 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,4 +27,4 @@ schemars = "0.8.12" serde = "1.0.162" serde_json = "1.0.96" trybuild = "1.0.80" -uuid = { version = "1.3.2", features = ["serde"] } +uuid = { version = "1.3.3", features = ["serde"] }