From c142cba450ad464536b7ea25bec882a4e1545a06 Mon Sep 17 00:00:00 2001 From: fufesou Date: Mon, 14 Sep 2026 09:52:05 +0800 Subject: [PATCH] Declare existing Zstd dependency for bounded cursor decoding --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index f54e14e02..0725cb985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7198,6 +7198,7 @@ dependencies = [ "wol-rs", "x11-clipboard 0.8.1", "x11rb 0.12.0", + "zstd", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 21e4d3727..7044bf4f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ cfg-if = "1.0" lazy_static = "1.4" sha2 = "0.10" repng = "0.2" +zstd = "0.13" parity-tokio-ipc = { git = "https://github.com/rustdesk-org/parity-tokio-ipc" } magnum-opus = { git = "https://github.com/rustdesk-org/magnum-opus" } dasp = { version = "0.11", features = ["signal", "interpolate-linear", "interpolate"], optional = true }