From d2168952eb6a1333b452c7532cbc0f67394bd49a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:28:56 +0000 Subject: [PATCH] Update Rust crate uuid to 1.7 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 3aeac6e0..c34c7488 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -46,4 +46,4 @@ toml = "0.7" tonic = {version = "0.9", features = ["gzip", "tls"]} tower-http = { version = "0.4.0", features = ["cors"] } url = "2.5.0" -uuid = {version = "1.3", default-features = false, features = ["serde", "v4"]} +uuid = {version = "1.7", default-features = false, features = ["serde", "v4"]}