From 1a9b544d68deb79102ab1273914e61f91571bb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:01:50 -0700 Subject: [PATCH] Bump uuid from 1.4.1 to 1.5.0 (#425) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 48b58573..ed0c011c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,9 +1274,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" dependencies = [ "serde", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 190515e9..b3ac38bb 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -28,4 +28,4 @@ schema = "0.1.0" schemars = { version = "0.8.13", features = ["uuid1"] } serde = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] } -uuid = "1.4.1" +uuid = "1.5.0" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 48c7541c..122b457d 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -29,4 +29,4 @@ schemars = "0.8.13" serde = "1.0.189" serde_json = "1.0.107" trybuild = "1.0.85" -uuid = { version = "1.4.1", features = ["serde"] } +uuid = { version = "1.5.0", features = ["serde"] }