Skip to content

Commit

Permalink
Merge pull request #12 from flatcar/dongsu/clap4-without-atty
Browse files Browse the repository at this point in the history
Cargo: update clap from 2 to 4
  • Loading branch information
dongsupark authored Oct 24, 2023
2 parents cfabe0e + ae822cc commit 1742e00
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 143 deletions.
188 changes: 135 additions & 53 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ description = "A tool for managing authorized SSH keys"
version = "0.4.2-alpha.0"

[dependencies]
# Private dependencies.
clap = "2.33"
fs2 = "0.4"
# Public dependencies, exposed through library API.
error-chain = { version = "0.12", default-features = false }
openssh-keys = { git = "https://github.com/pothos/openssh-keys", branch = "add-sk-keys" }
users = "0.9"
clap = { version = "4.4.6", features = ["cargo"] }

[[bin]]
name = "update-ssh-keys"
Expand Down
Loading

0 comments on commit 1742e00

Please sign in to comment.