From 3e1cd1824a470727a52b20a9f2a34249bbebdb15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jun 2022 06:16:30 +0000 Subject: [PATCH] Update uuid requirement from 0.8.2 to 1.1.2 in /lang/rust 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.2...1.1.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lang/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index d0be3d086d2..dcc0a1abce9 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -60,7 +60,7 @@ strum = "0.21.0" strum_macros = "0.21.1" thiserror = "1.0.29" typed-builder = "0.9.1" -uuid = { version = "0.8.2", features = ["serde", "v4"] } +uuid = { version = "1.1.2", features = ["serde", "v4"] } zerocopy = "0.3.0" lazy_static = "1.1.1"