diff --git a/Cargo.toml b/Cargo.toml index 57210c7..ed612d1 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.4", features = ["v4"] } [dev-dependencies] tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }