From 467ef6e9d8d1875bb5f3a3ae0b5aa864880aa1b9 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Fri, 29 Mar 2024 09:30:55 -0400 Subject: [PATCH] fix(deps): update rust crate uuid to 1.8.0 Signed-off-by: John Eckersberg --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c89b1157e..6c312ac54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2229,9 +2229,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "getrandom", "serde", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a19723b32..9616440c7 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"]