diff --git a/Cargo.toml b/Cargo.toml index 0af28b6..43881aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = [ [dependencies] reqwest = { version = "0.10.6", features = ["json", "rustls-tls"], default-features = false } -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1.2", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } rustc-serialize = "0.3.24" enum-iterator = "0.6.0"