From 883841feef7eedf0bc1a152b6e7f36df7549d2a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:13:53 -0600 Subject: [PATCH] [deps]: Pin Rust crate rkyv to v0.8.14 (#19579) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/desktop/desktop_native/ssh_agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/desktop_native/ssh_agent/Cargo.toml b/apps/desktop/desktop_native/ssh_agent/Cargo.toml index 657351699ff..70497b1f8a8 100644 --- a/apps/desktop/desktop_native/ssh_agent/Cargo.toml +++ b/apps/desktop/desktop_native/ssh_agent/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { workspace = true } base64 = { workspace = true } desktop_core = { path = "../core" } mockall = { workspace = true } -rkyv = "=0.8" +rkyv = "=0.8.14" ssh-key = { version = "=0.6.7", features = [ "encryption", "ed25519",