Skip to content

Commit

Permalink
Merge pull request #373 from kdash-rs/dependabot/cargo/clap-4.3.24
Browse files Browse the repository at this point in the history
Bump clap from 4.3.22 to 4.3.24
  • Loading branch information
deepu105 authored Aug 24, 2023
2 parents d0018f0 + d36c660 commit 87444be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ tui = { version = "0.19", default-features = false, features = ['crossterm'] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
clap = { version = "4.3.22", features = ["help", "usage", "error-context", "derive"] }
clap = { version = "4.3.24", features = ["help", "usage", "error-context", "derive"] }
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["time"] }
duct = "0.13"
Expand Down

0 comments on commit 87444be

Please sign in to comment.