From 6eb9425279ea6c0db6c64e44aa14bfdf32ca4c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:07:19 +0000 Subject: [PATCH] Update uuid requirement from 0.8 to 1.1 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.1.2) --- 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 20c78b5..f00d2ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ objc = "0.2.7" objc_id = "0.1.1" os_info = "3.0.1" url = "2.1.1" -uuid = { version = "0.8", features = ["v4"], optional = true } +uuid = { version = "1.1", features = ["v4"], optional = true } [dev-dependencies] eval = "0.4"