chore: add better async I/O

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie16651439276319a9044f58c195784836a6a6964
This commit is contained in:
raf 2026-02-03 10:24:52 +03:00
commit 3e14bbe607
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 6 additions and 1 deletions

4
Cargo.lock generated
View file

@ -4757,11 +4757,13 @@ dependencies = [
"clap",
"governor",
"http-body-util",
"percent-encoding",
"pinakes-core",
"pinakes-plugin-api",
"rand 0.9.2",
"serde",
"serde_json",
"tempfile",
"thiserror 2.0.18",
"tokio",
"tokio-util",
@ -5577,7 +5579,9 @@ dependencies = [
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",