aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d250163..569263f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ dotenv = "0.15.0"
# Web
reqwest = { version = "0.11.3", features = ["socks"] }
-tokio = { version = "1.6.2", features = ["full"] }
+tokio = { version = "1.7.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]