From e55722308eddc87f2699dc130cde98d9c1eb4c0c Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 2 May 2025 03:53:19 +0800 Subject: [PATCH] fix ci --- Cargo.lock | 18 ++++++++++++++++++ libs/hbb_common | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 49e6d5985..fcff3416c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/libs/hbb_common b/libs/hbb_common index 3afaf6494..4eca5b45b 160000 --- a/libs/hbb_common +++ b/libs/hbb_common @@ -1 +1 @@ -Subproject commit 3afaf6494475ef58dcaaae6b4e6d2303cc3d632b +Subproject commit 4eca5b45b95b2f3d71789dc001595149c015fe72