From fbb5be05da17b868b3f0757383d86734b6bf3343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 03:21:25 +0000 Subject: [PATCH 1/3] Update uuid requirement from 0.8.1 to 1.0.0 Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.1...1.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7d3020..f7aaf87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ version = "1" features = [ "full" ] [dependencies.uuid] -version = "0.8.1" +version = "1.0.0" features = [ "serde", "v4" ] [dev-dependencies] From 22e0bb35e959caa1eab6182c4f197e94742074ef Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Wed, 18 May 2022 09:21:00 -0700 Subject: [PATCH 2/3] need to update schemars too --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7aaf87..102f3fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ version = "0.4" features = [ "serde" ] [dependencies.schemars] -version = "0.8" -features = [ "chrono", "uuid" ] +version = "0.8.9" +features = [ "chrono", "uuid1" ] [dependencies.serde] version = "1.0" From 8933ab752debfc9bb17d67f5491eeb84a60f66b3 Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Wed, 18 May 2022 09:30:03 -0700 Subject: [PATCH 3/3] make that .10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 102f3fb..ab99bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ version = "0.4" features = [ "serde" ] [dependencies.schemars] -version = "0.8.9" +version = "0.8.10" features = [ "chrono", "uuid1" ] [dependencies.serde]