From 82984fe1d7ecc18269234448c623219df6b05a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:36:44 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57210c7..e9865ef 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.4.0", features = ["v4"] } [dev-dependencies] tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }