Skip to content

Commit

Permalink
Merge pull request #27 from ticky/dependabot/cargo/clap-4.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ticky committed Jul 1, 2023
2 parents 00f229d + 942633d commit 3016e26
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 56 deletions.
152 changes: 97 additions & 55 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
clap = { version = "4.1", features = ["derive"] }
clap = { version = "4.3", features = ["derive"] }
directories = "4.0"
keyvalues-serde = "0.1"
notify-debouncer-mini = "0.2"
Expand Down

0 comments on commit 3016e26

Please sign in to comment.