From cf8c28d5e988725ec4d98247a073b224c3298ebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:57:38 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 461b459..ccbda28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ sea-orm = { version = "0.12.4", features = [ axum = "0.7.1" include_dir = "0.7" -uuid = { version = "1.6.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] } [[bin]]