diff --git a/Cargo.toml b/Cargo.toml index 5b7c26c..be0ca7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ exclude = [ async-trait = "0.1" tokio = { version = "1", features = ["sync", "rt", "macros", "time"] } futures-util = { version = "0.3", default-features = false, features = ["alloc"] } -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.3", features = ["v4"] } dyn-clone = "1" tokio-stream = "0.1"