feat: update ssh agent

This commit is contained in:
2025-05-27 00:04:26 +08:00
parent febdf659cd
commit a698a852fd
4 changed files with 63 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ which = "7.0.3"
percent-encoding = "2.3.1"
external-command-rs = "0.1.1"
ssh-agent-lib = { version = "0.5.1" }
ssh-key = { version = "0.6", features = ["ecdsa"] }
ssh-key = { version = "0.6", features = ["ecdsa", "alloc"] }
tokio = "1.45.1"
ssh-encoding = { version = "0.2.0", features = ["alloc"] }
#lazy_static = "1.4.0"