mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-26 19:37:40 +00:00
build(deps): bump clap from 4.5.60 to 4.6.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [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/clap_complete-v4.5.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
208359dc0c
commit
58dd8cbc4a
2 changed files with 34 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ path = "src/main.rs"
|
|||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
blocking = "1.6.2"
|
||||
clap = { version = "4.5.60", features = [ "derive", "env" ] }
|
||||
clap = { version = "4.6.0", features = [ "derive", "env" ] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
color-eyre = "0.6.5"
|
||||
crossterm = "0.29.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue