diff --git a/Cargo.toml b/Cargo.toml index bb371ca..446a822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio = {version = "1.21", features=["full"]} tracing = "0.1" tracing-subscriber = "0.3" tui = "0.19" -uuid = {version = "1.1", features = ["v4", "fast-rng"]} +uuid = {version = "1.2", features = ["v4", "fast-rng"]} [dev-dependencies]