aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 }