Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 33eeb43

Browse files
committed
Unpin ssh-agent dep, opt into 'agent' feature (tokio etc)
1 parent 667a2b7 commit 33eeb43

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

agent/Cargo.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
ssh-agent = "=0.2.2"
17+
ssh-agent = { version = "0.2.4", features=["agent"] }
1818
clap = "2.33.0"
1919
textwrap = "0.11.0"
2020
rusoto_core = { version = "0.42.0", default_features = false, features=["rustls"] }

0 commit comments

Comments
 (0)