From 02f4ff7d53924ed07850d92948f8430991c0bcd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 12:21:45 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57210c7..1fc91d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.17" rmp-serde = "1.1.1" serde = { version = "1.0.152", features = ["derive"] } tokio = { version = "1.24.2", features = ["net", "time", "io-util", "rt"] } -uuid = { version = "1.2.2", features = ["v4"] } +uuid = { version = "1.3.3", features = ["v4"] } [dev-dependencies] tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }