diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 39307c2a91c..55e572461fb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -116,7 +116,7 @@ reviewers: ["team:team-autofill-dev"], }, { - matchPackageNames: ["ed25519", "mockall", "pkcs8", "serial_test"], + matchPackageNames: ["mockall", "serial_test"], description: "Autofill-Desktop owned dependencies", commitMessagePrefix: "[deps] Desktop Native:", reviewers: ["team:team-desktop-native-dev"], diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index 83db490d7c9..366b3098e4d 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -28,7 +28,6 @@ arboard = { version = "=3.6.1", default-features = false } ashpd = "=0.12.0" async-trait = "=0.1.89" base64 = "=0.22.1" -bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", rev = "a641316227227f8777fdf56ac9fa2d6b5f7fe662" } byteorder = "=1.5.0" bytes = "=1.11.1" cbc = "=0.1.2" @@ -36,7 +35,6 @@ chacha20poly1305 = "=0.10.1" core-foundation = "=0.10.1" ctor = "=0.5.0" dirs = "=6.0.0" -ed25519 = "=2.2.3" embed_plist = "=1.2.2" futures = "=0.3.31" hex = "=0.4.3" @@ -52,10 +50,7 @@ napi-build = "=2.3.1" napi-derive = "=3.5.4" oo7 = "=0.5.0" pin-project = "=1.1.10" -pkcs8 = "=0.10.2" rand = "=0.9.3" -rsa = "=0.9.6" -russh-cryptovec = "=0.7.3" scopeguard = "=1.2.0" secmem-proc = "=0.3.7" security-framework = "=3.5.1" @@ -64,9 +59,6 @@ serde = "=1.0.209" serde_json = "=1.0.127" serde_with = "=3.14.1" serial_test = "=3.4.0" -sha2 = "=0.10.9" -ssh-encoding = "=0.2.0" -ssh-key = { version = "=0.6.7", default-features = false } sysinfo = "=0.38.2" thiserror = "=2.0.17" tokio = "=1.48.0" diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index 6dfe0487ed0..85d0ca30cf9 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -22,7 +22,7 @@ aes = { workspace = true } anyhow = { workspace = true } arboard = { workspace = true, features = ["wayland-data-control"] } base64 = { workspace = true } -bitwarden-russh = { workspace = true } +bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", rev = "a641316227227f8777fdf56ac9fa2d6b5f7fe662" } bytes = { workspace = true } cbc = { workspace = true, features = ["alloc"] } chacha20poly1305 = { workspace = true } @@ -32,8 +32,8 @@ interprocess = { workspace = true, features = ["tokio"] } memsec = { workspace = true, features = ["alloc_ext"] } rand = { workspace = true } rsa = "=0.9.6" -sha2 = { workspace = true } -ssh-key = { workspace = true, features = [ +sha2 = "=0.10.9" +ssh-key = { version = "=0.6.7", features = [ "encryption", "ed25519", "rsa",