From 5d8e72274457b77fbe902979127505a478c8f1ec Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:02:10 +0100 Subject: [PATCH] fix(deps): update rust crate uuid to 1.8.0 Signed-off-by: platform-engineering@redhat.com --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a19723b3..9616440c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -46,7 +46,7 @@ tracing = "0.1" tempfile = "3.10.1" toml = "0.8.12" xshell = { version = "0.2", optional = true } -uuid = { version = "1.7.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] } [features] default = ["install"]