This commit is contained in:
rustdesk 2025-05-02 03:53:19 +08:00
parent 7c8d2daaf6
commit e55722308e
2 changed files with 19 additions and 1 deletions

18
Cargo.lock generated
View file

@ -3111,6 +3111,7 @@ dependencies = [
"tungstenite", "tungstenite",
"url", "url",
"uuid", "uuid",
"whoami",
"winapi 0.3.9", "winapi 0.3.9",
"zstd 0.13.1", "zstd 0.13.1",
] ]
@ -7566,6 +7567,12 @@ dependencies = [
"wit-bindgen-rt", "wit-bindgen-rt",
] ]
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]] [[package]]
name = "wasm-bindgen" name = "wasm-bindgen"
version = "0.2.92" version = "0.2.92"
@ -7764,6 +7771,17 @@ dependencies = [
"rustix 0.38.34", "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]] [[package]]
name = "widestring" name = "widestring"
version = "1.1.0" version = "1.1.0"

@ -1 +1 @@
Subproject commit 3afaf6494475ef58dcaaae6b4e6d2303cc3d632b Subproject commit 4eca5b45b95b2f3d71789dc001595149c015fe72