Skip to content

Commit

Permalink
bump up version of clap to v4.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Dec 26, 2024
1 parent c78823f commit 38812ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
anyhow = "1.0.95"
arboard = "3.4.1"
async-trait = "0.1.83"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
# See https://github.com/crossterm-rs/crossterm/issues/935
crossterm = { version = "0.28.1", features = ["use-dev-tty", "event-stream", "libc"] }
futures = "0.3.30"
Expand Down

0 comments on commit 38812ea

Please sign in to comment.