mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
fix ci
This commit is contained in:
parent
7c8d2daaf6
commit
e55722308e
2 changed files with 19 additions and 1 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -3111,6 +3111,7 @@ dependencies = [
|
|||
"tungstenite",
|
||||
"url",
|
||||
"uuid",
|
||||
"whoami",
|
||||
"winapi 0.3.9",
|
||||
"zstd 0.13.1",
|
||||
]
|
||||
|
@ -7566,6 +7567,12 @@ dependencies = [
|
|||
"wit-bindgen-rt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasite"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen"
|
||||
version = "0.2.92"
|
||||
|
@ -7764,6 +7771,17 @@ dependencies = [
|
|||
"rustix 0.38.34",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "whoami"
|
||||
version = "1.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
|
||||
dependencies = [
|
||||
"redox_syscall 0.5.2",
|
||||
"wasite",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "widestring"
|
||||
version = "1.1.0"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3afaf6494475ef58dcaaae6b4e6d2303cc3d632b
|
||||
Subproject commit 4eca5b45b95b2f3d71789dc001595149c015fe72
|
Loading…
Add table
Add a link
Reference in a new issue