Bump clap from 4.0.32 to 4.1.6 in /crunchy-cli-core

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.32 to 4.1.6.
- [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/v4.0.32...v4.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-20 03:04:47 +00:00 committed by GitHub
parent fbc98b2308
commit 2df875a911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.0", features = ["derive", "string"] }
clap = { version = "4.1", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = "0.2"
csv = "1.1"