From ae33324352e3bfba305e607e2ed95018bff654ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 06:11:40 +0000 Subject: [PATCH] Update uuid requirement from 0.8.2 to 1.2.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.2.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..9b59562a819 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.2.2", features = ["serde", "v4"] } zerocopy = "0.3.0" lazy_static = "1.1.1"