From cfd9951b431443546ca409764b7c002a1362af54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:30:46 +0000 Subject: [PATCH] Update Rust crate uuid to 1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e242b1d..d07fb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures-util = "0.3" http = "0.2" rand = "0.8" regex = "1" -uuid = { version = "1.5", features = ["v4"]} +uuid = { version = "1.6", features = ["v4"]} [dev-dependencies] env_logger = "0.10"