From 0718aa2ad822603643f7965d09eda40a1f1a2906 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:08:28 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.9.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bacca43..53ec50c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0" serde = { version = "1.0" } native_model = { version = "0.4.19" } -uuid = { version = "1.9.0" , optional = true } +uuid = { version = "1.9.1" , optional = true } chrono = { version = "0.4" , optional = true } # Optional tokio support @@ -39,7 +39,7 @@ tokio = { version = "1.38.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.9.0", features = ["serde", "v4"] } +uuid = { version = "1.9.1", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } rand = "0.8.5" once_cell = "1.19"