diff --git a/Cargo.toml b/Cargo.toml index 3db6f109..e6758a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["json", " serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.13.0", features = ["full"] } tokio-tungstenite = { version = "0.20.1", features = ["rustls-tls-webpki-roots"] } tokio-util = { version = "0.7.1", features = ["codec", "io"] } tungstenite = "0.20.1"