From f899b2a962e169a0e58e6b98c84d1fe9035f58de Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 3 Aug 2024 18:04:52 +0800 Subject: [PATCH] fix https://github.com/rustdesk/rustdesk/issues/8856 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ca6bffe1f..8f40d997a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5778,7 +5778,7 @@ dependencies = [ [[package]] name = "sciter-rs" version = "0.5.57" -source = "git+https://github.com/open-trade/rust-sciter?branch=dyn#fab913b7c2e779b05c249b0c5de5a08759b2c15d" +source = "git+https://github.com/open-trade/rust-sciter?branch=dyn#5322f3a755a0e6bf999fbc60d1efc35246c0f821" dependencies = [ "lazy_static", "libc",