aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 291f56b..fbb9f63 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -25,10 +25,9 @@ vte = "0.12.0"
argon2 = "0.5.2"
aes-gcm-siv = "0.11.1"
-async-std = "1.12.0"
async-recursion = "1.0.5"
futures = "0.3.28"
-tokio = { version = "1.32.0", features = ["io-util"] }
+tokio = { workspace = true }
tokio-util = { version = "0.7.9", features = ["io", "io-util"] }
markup = "0.13.1"