From b1a811db87d9c9a81ea8c4d1bc7596243ddcf611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:22:05 +0000 Subject: [PATCH] Bump uuid from 1.10.0 to 1.11.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... 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 9d5c84f1..201aae39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,9 +1269,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "serde", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 7120328a..e9e31bec 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -30,4 +30,4 @@ rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] } syn = { version = "2.0.79", features = ["full", "extra-traits"] } -uuid = "1.10.0" +uuid = "1.11.0" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index d2a1da84..bd40f67c 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -29,4 +29,4 @@ schemars = "0.8.21" serde = "1.0.210" serde_json = "1.0.128" trybuild = "1.0.99" -uuid = { version = "1.10.0", features = ["serde"] } +uuid = { version = "1.11.0", features = ["serde"] }