diff --git a/Cargo.toml b/Cargo.toml index 1c175ec..e757149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rand = "0.7.2" serde = { version = "1.0.116", features = ["derive"] } serde_json = "1.0.57" socks = "0.3.2" -tokio = "0.1.22" +tokio = "1.0.0" uuid = { version = "0.8.1", features = ["v4"] } [dependencies.clap]