Skip to content

Commit

Permalink
Merge pull request #51 from ticky/dependabot/cargo/clap-4.5.1
Browse files Browse the repository at this point in the history
Bump clap from 4.4.18 to 4.5.1
  • Loading branch information
ticky authored Mar 1, 2024
2 parents 7370fa2 + 4fad888 commit b9c31ed
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 @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
directories = "5.0"
keyvalues-serde = "0.2"
lazy_static = "1.4"
Expand Down

0 comments on commit b9c31ed

Please sign in to comment.