Skip to content

Commit

Permalink
Update all deps to latest stable
Browse files Browse the repository at this point in the history
Most significantly, this brings in ssh-agent-client-rs 0.9.1 which adds
support for sk-ecdsa keys.

Also, since Ubuntu updates has brought in a more recent rust toolchain,
there is no longer a need to pin the time crate
  • Loading branch information
Noa Resare authored and nresare committed Apr 6, 2024
1 parent 6174bd1 commit c0a2c3f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ name = "pam_ssh_agent"
crate-type = ["lib", "cdylib"]

[dependencies]
ssh-agent-client-rs = "0.9.0"
getrandom = "0.2.10"
ssh-key = { version = "0.6.2", features = ["crypto"] }
ssh-agent-client-rs = "0.9.1"
getrandom = "0.2.13"
ssh-key = { version = "0.6.5", features = ["crypto"] }
# we need the signature that ssh-key uses
signature = "2.1.0"
anyhow = "1.0.75"
signature = "2.2.0"
anyhow = "1.0.81"
pam-bindings = "0.1.1"
syslog = "6.1.0"

# Since we are building on ubuntu 2022.04, we need to downgrade this
# to a version that supports the compiler
time = "0.3.30"

0 comments on commit c0a2c3f

Please sign in to comment.