From 5f67cab715d95eee6e1133460f71877d242eb94e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 17:30:47 +0000 Subject: [PATCH] [deps] KM: Update Rust crate russh-cryptovec to v0.52.0 --- apps/desktop/desktop_native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index d9e61124864..9a76f2ddc9b 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -39,7 +39,7 @@ pin-project = "=1.1.10" pkcs8 = "=0.10.2" rand = "=0.8.5" rsa = "=0.9.8" -russh-cryptovec = "=0.7.3" +russh-cryptovec = "=0.52.0" scopeguard = "=1.2.0" security-framework = "=3.1.0" security-framework-sys = "=2.13.0"