mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
more updates
This commit is contained in:
parent
1d19f0c2f7
commit
f13fc76a4a
19 changed files with 431 additions and 454 deletions
16
crates/Cargo.lock
generated
16
crates/Cargo.lock
generated
|
|
@ -2200,11 +2200,13 @@ dependencies = [
|
|||
"system-configuration",
|
||||
"tokio",
|
||||
"tokio-native-tls",
|
||||
"tokio-util",
|
||||
"tower",
|
||||
"tower-service",
|
||||
"url",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"wasm-streams",
|
||||
"web-sys",
|
||||
"windows-registry",
|
||||
]
|
||||
|
|
@ -3281,6 +3283,19 @@ dependencies = [
|
|||
"wasmparser 0.219.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasm-streams"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmparser"
|
||||
version = "0.212.0"
|
||||
|
|
@ -3623,6 +3638,7 @@ dependencies = [
|
|||
"eventsource-client",
|
||||
"eventsource-stream",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"http-body-util",
|
||||
"hyper 1.6.0",
|
||||
"hyper-util",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue