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

Commit

Permalink
Unpin ssh-agent dep, opt into 'agent' feature (tokio etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Oct 9, 2023
1 parent 667a2b7 commit 33eeb43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ssh-agent = "=0.2.2"
ssh-agent = { version = "0.2.4", features=["agent"] }
clap = "2.33.0"
textwrap = "0.11.0"
rusoto_core = { version = "0.42.0", default_features = false, features=["rustls"] }
Expand Down

0 comments on commit 33eeb43

Please sign in to comment.