From 7a96d4f132b717858cb510bc8dfbfff94b4117ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 04:25:00 +0000 Subject: [PATCH] Update uuid requirement from 0.8 to 1.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.0...1.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 0501aea3b..4d132cfad 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -49,7 +49,7 @@ serde_json = { version = "1.0.2", default-features = false, optional = true } smartstring = "0.2.6" static_assertions = "1.1" url = { version = "2.0", optional = true } -uuid = { version = "0.8", default-features = false, optional = true } +uuid = { version = "1.0", default-features = false, optional = true } [dev-dependencies] bencher = "0.1.2"