mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
Bump clap from 4.1.11 to 4.2.1 in /crunchy-cli-core
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.2.1. - [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.1.11...v4.2.1) --- 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:
parent
1213880df7
commit
511c78ffe7
2 changed files with 87 additions and 57 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1"
|
||||
clap = { version = "4.1", features = ["derive", "string"] }
|
||||
clap = { version = "4.2", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3", features = ["dash-stream"] }
|
||||
ctrlc = "3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue