Bump clap from 3.2.8 to 3.2.10

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.10.
- [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.8...v3.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-12 05:40:01 +00:00
committed by Dustin J. Mitchell
parent 971c27ac47
commit 2889e77d51
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ thiserror = "1.0"
futures = "^0.3.8"
serde = "^1.0.139"
serde_json = "^1.0"
clap = "^3.2.8"
clap = "^3.2.10"
log = "^0.4.17"
env_logger = "^0.9.0"
rusqlite = { version = "0.27", features = ["bundled"] }