From 0f98599828b1adc057cd13f863e7dc12ade3be45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 06:29:46 +0000 Subject: [PATCH] Update uuid requirement from 0.8.2 to 1.2.1 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.1) --- 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..c1be58fda32 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.1", features = ["serde", "v4"] } zerocopy = "0.3.0" lazy_static = "1.1.1"