chore: add better async I/O
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie16651439276319a9044f58c195784836a6a6964
This commit is contained in:
parent
56d44e120a
commit
3e14bbe607
2 changed files with 6 additions and 1 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue