diff --git a/Cargo.toml b/Cargo.toml index de5e20b..c06f9fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ env_logger = "0.8.2" lazy_static = "1.4.0" log = "0.4.11" once_cell = "1.5.2" -reqwest = "0.10.9" +reqwest = "0.11.3" serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.60" thiserror = "1.0.23" -tokio = { version = "0.2.23", features = ["macros", "fs"] } +tokio = { version = "1.7.0", features = ["macros", "fs", "rt-multi-thread"] } url = "2.2.0"