Skip to content

Commit

Permalink
Bump clap from 4.4.18 to 4.5.0 (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 8379057 commit 2cbb4b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 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 @@ -16,7 +16,7 @@ categories = ["command-line-utilities"]
crossterm = "0.27.0"
tui = { package = "ratatui", version = "0.26.0", default-features = false, features = [ "crossterm", "serde", "underline-color" ] }
tokio = { version = "1.36.0", features = [ "rt", "macros", "rt-multi-thread", "fs" ] }
clap = { version = "4.4.18", features = [ "derive", "cargo" ] }
clap = { version = "4.5.0", features = [ "derive", "cargo" ] }
serde = { version = "1.0.196", features = [ "derive" ] }
serde_json = "1.0.113"
unicode-width = "0.1.11"
Expand Down

0 comments on commit 2cbb4b8

Please sign in to comment.