mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-04 21:04:29 +08:00
Desktop Native: Clean up SSH Agent v1 deps (#20733)
This commit is contained in:
parent
ae290cf8b5
commit
342aeb9604
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -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"],
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user