From b8749e664f02d6711b1ff32f3ae7918c35de22af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 05:54:17 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0265b0a..008d76b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.43.0", features = ["test-util","macros"] } bincode = { version = "2.0.0-rc.3", features = ["serde"] } criterion = { version = "0.5.1" } doc-comment = "0.3.3" -uuid = { version = "1.11.0", features = ["serde", "v4"] } +uuid = { version = "1.11.1", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } rand = "0.8.5" once_cell = "1.20.2"