aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-21 08:25:50 +0000
committerFuwn <[email protected]>2023-03-21 08:29:10 +0000
commit7ad6bfc721261217df82b41f66d66c37e63ea128 (patch)
treec3e1a739313f541acbd2932002da1b60aedd0d43 /Cargo.toml
parentdeps(matchit): 0.5.0 -> 0.6.0 (diff)
downloadwindmark-7ad6bfc721261217df82b41f66d66c37e63ea128.tar.xz
windmark-7ad6bfc721261217df82b41f66d66c37e63ea128.zip
deps: bump tokio and tokio-openssl to latest
I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b2951a1..1f68a73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,12 +19,11 @@ logger = ["pretty_env_logger"]
auto-deduce-mime = ["tree_magic"]
[dependencies]
-# TCP
+# SSL
openssl = "0.10.38"
-tokio = { version = "0.2.4", features = ["full"] }
-# tokio-openssl = "0.5.0"
-# tokio-uds = "0.2.7"
-tokio-openssl = "0.4.0"
+tokio-openssl = "0.6.3"
+
+tokio = { version = "1.26.0", features = ["full"] } # Non-blocking I/O
# Logging
pretty_env_logger = { version = "0.4.0", optional = true }