From 36fb408e1d61be0b6940a1f67ec89c66dc42c85f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:26:16 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.9.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b251d8..a3144b0 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.8" , optional = true } +uuid = { version = "1.9.0" , 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.8.0", features = ["serde", "v4"] } +uuid = { version = "1.9.0", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } rand = "0.8.5" once_cell = "1.19"