Convert upload command to async

This commit is contained in:
Marcin Kulik
2025-06-20 17:09:21 +02:00
parent 8f6a977977
commit 0f3474585f
4 changed files with 35 additions and 15 deletions

14
Cargo.lock generated
View File

@@ -1143,6 +1143,7 @@ dependencies = [
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
]
@@ -2002,6 +2003,19 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "wasm-streams"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
version = "0.3.77"