From cb30215abd67b8943a2ffcfb5f35edc2648e88ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 06:04:54 +0000 Subject: [PATCH] Update uuid requirement from 0.8 to 1.2 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.2.1) --- 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 6d3b66a..4e49021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ license = "Apache-2.0" [dependencies] sev = { git = "https://github.com/enarx/sev" } serde = { version = "1.0", features = ["derive"] } -uuid = { version = "0.8", features = ["serde", "v4"] } +uuid = { version = "1.2", features = ["serde", "v4"] }