diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-30 22:19:19 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-30 22:19:19 +0200 |
commit | d546caa3f5053ade763430490911fefd6257af9f (patch) | |
tree | 5834ea5aa352239ab9a3f57ee96dee20af51ca77 /server/Cargo.toml | |
parent | c8fe73a7b160d4ada3136de9c87ad2eb0091ff7b (diff) | |
download | jellything-d546caa3f5053ade763430490911fefd6257af9f.tar jellything-d546caa3f5053ade763430490911fefd6257af9f.tar.bz2 jellything-d546caa3f5053ade763430490911fefd6257af9f.tar.zst |
make cache async and fix parallel write bug
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 3 |
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" |