From f2bccf30d5e27aa8b81830f721f083097b0ce1a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:11:59 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a39db6..1d1d7a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4.20" rmp-serde = "1.1.2" serde = { version = "1.0.183", features = ["derive"] } tokio = { version = "1.31.0", features = ["net", "time", "io-util", "rt", "sync"] } -uuid = { version = "1.4.1", features = ["v4"] } +uuid = { version = "1.5.0", features = ["v4"] } [dev-dependencies] tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }