aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-15 01:50:18 +0000
committerFuwn <[email protected]>2021-06-15 01:50:18 +0000
commit03091fce11b4ba1281b173d141e7cbfb22c52d98 (patch)
tree6be97f108aa49a67a785ad0e27c442db0a873a4b
parentstyle(global): fix license spec (diff)
parentfix(deps): update rust crate tokio to 1.6.2 (diff)
downloadnitrous-03091fce11b4ba1281b173d141e7cbfb22c52d98.tar.xz
nitrous-03091fce11b4ba1281b173d141e7cbfb22c52d98.zip
Merge pull request #3 from fuwn/renovate/tokio-1.x
fix(deps): update rust crate tokio to 1.6.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7fe7ca..b77cc5c 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.1", features = ["full"] }
+tokio = { version = "1.6.2", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]