aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-24 10:54:59 +0000
committerFuwn <[email protected]>2021-07-24 10:54:59 +0000
commit782489815669cdbf08be1c687e80d60c738c38de (patch)
tree5fba882805c08c97e9289f047df89b98fa621555
parentMerge pull request #12 from fuwn/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate tokio to 1.9.0 (diff)
downloadnitrous-782489815669cdbf08be1c687e80d60c738c38de.tar.xz
nitrous-782489815669cdbf08be1c687e80d60c738c38de.zip
Merge pull request #13 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 ab7fc45..48e1a0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ dotenv = "0.15.0"
# Web
reqwest = { version = "0.11.4", features = ["socks"] }
-tokio = { version = "1.8.2", features = ["full"] }
+tokio = { version = "1.9.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]