Skip to content

Commit

Permalink
build(deps): bump clap from 3.2.23 to 4.3.23
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.23 to 4.3.23.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.23...v4.3.23)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 65a2936 commit cb58c48
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 67 deletions.
90 changes: 24 additions & 66 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 @@ -20,7 +20,7 @@ path = "src/main.rs"
anyhow = "1.0"
bincode = "1.3.2"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "3.2", default-features = false, features = ["cargo", "derive", "std", "suggestions"] }
clap = { version = "4.3", default-features = false, features = ["cargo", "derive", "std", "suggestions"] }
env_logger = "0.10"
fn-error-context = "0.2.1"
fs2 = "0.4.3"
Expand Down

0 comments on commit cb58c48

Please sign in to comment.