Skip to content

Commit

Permalink
Merge pull request #7 from DevCleaner/dependabot/cargo/clap-2.34.0
Browse files Browse the repository at this point in the history
Bump clap from 2.33.3 to 2.34.0
  • Loading branch information
yacosta738 authored Dec 16, 2021
2 parents 2d576cb + 6d9e556 commit 584048d
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 @@ -17,7 +17,7 @@ edition = "2018"
[dependencies]
crossterm = "0.22.1"
tui = { version = "0.16.0", default-features = false, features = ['crossterm'] }
clap = "2.33.3"
clap = "2.34.0"
tokio = { version = "1.15.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.7", features = ["time"] }
dirs = "4.0.0"
Expand Down

0 comments on commit 584048d

Please sign in to comment.