Bump clap from 3.2.10 to 4.0.4

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.10 to 4.0.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.10...v4.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-30 05:50:07 +00:00 committed by Dustin J. Mitchell
parent b59581b6cc
commit 898ccd8797
2 changed files with 30 additions and 8 deletions

View file

@ -15,7 +15,7 @@ thiserror = "1.0"
futures = "^0.3.24"
serde = "^1.0.145"
serde_json = "^1.0"
clap = "^3.2.10"
clap = "^4.0.4"
log = "^0.4.17"
env_logger = "^0.9.1"
rusqlite = { version = "0.28", features = ["bundled"] }