aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-13 03:29:14 +0000
committerFuwn <[email protected]>2021-08-13 03:29:14 +0000
commitfd6fcf5f0edea32e0b4ffc967811923e8f68de8f (patch)
treecd04052e117808fd69a4776605f7591653bf4fd7
parentMerge pull request #14 from fuwn/renovate/criterion-0.x (diff)
parentfix(deps): update rust crate tokio to 1.10.0 (diff)
downloadnitrous-fd6fcf5f0edea32e0b4ffc967811923e8f68de8f.tar.xz
nitrous-fd6fcf5f0edea32e0b4ffc967811923e8f68de8f.zip
Merge pull request #15 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 68c5754..d7cfa39 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.9.0", features = ["full"] }
+tokio = { version = "1.10.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]