From 8c4fd8f10077f5207c1f1f54fc9dbc00bcce8794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:36:17 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 503ee34..eba0dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,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", "sync"] } -uuid = { version = "1.2.2", features = ["v4"] } +uuid = { version = "1.4.1", features = ["v4"] } [dev-dependencies] tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }