From f8fae6026f37f9b5b3c7731435c8bf68474cb2a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Jan 2024 01:00:40 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..053bcc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tar = "0.4.38" flate2 = "1.0.26" tokio-util = { version = "0.7.8", features = ["io"] } futures-util = "0.3.28" -uuid = { version = "1.3.2", features = ["v4"] } +uuid = { version = "1.7.0", features = ["v4"] } serde_json = "1.0.96" metrics = "0.21.0" metrics-exporter-prometheus = "0.12.0"