aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-23 01:11:03 +0000
committerFuwn <[email protected]>2022-01-23 01:11:03 +0000
commit7b649bab036a241c3ce27c64e71aa130b98b2e35 (patch)
tree391cad4f88e9192c9678b26dc3bf039c945860be
parentMerge pull request #32 from Fuwn/renovate/reqwest-0.x (diff)
parentfix(deps): update rust crate tokio to 1.15.0 (diff)
downloadnitrous-7b649bab036a241c3ce27c64e71aa130b98b2e35.tar.xz
nitrous-7b649bab036a241c3ce27c64e71aa130b98b2e35.zip
Merge pull request #31 from Fuwn/renovate/tokio-1.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e6a02c..9a665b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ dotenv = "0.15.0"
# Web
reqwest = { version = "0.11.8", features = ["socks"] }
-tokio = { version = "1.13.0", features = ["full"] }
+tokio = { version = "1.15.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]