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",