Skip to content

Commit

Permalink
Merge pull request #46 from jerus-org/renovate/clap-verbosity-flag-3.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate clap-verbosity-flag to v3
  • Loading branch information
jerusdp authored Nov 22, 2024
2 parents 1a0510f + e7a0975 commit e21c0f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: update rust crate thiserror to 2.0.3(pr [#31])
- Dependencies: update rust crate clap to 4.5.21(pr [#40])
- Dependencies: update rust crate clap-verbosity-flag to 2.2.3(pr [#45])
- Dependencies: update rust crate clap-verbosity-flag to v3(pr [#46])

[#2]: https://github.com/jerus-org/kdeets/pull/2
[#1]: https://github.com/jerus-org/kdeets/pull/1
Expand Down Expand Up @@ -87,3 +88,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#43]: https://github.com/jerus-org/kdeets/pull/43
[#44]: https://github.com/jerus-org/kdeets/pull/44
[#45]: https://github.com/jerus-org/kdeets/pull/45
[#46]: https://github.com/jerus-org/kdeets/pull/46
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.81"
[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
clap-verbosity = "2.1.0"
clap-verbosity-flag = "2.2.3"
clap-verbosity-flag = "3.0.0"
colorful = "0.3.2"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down

0 comments on commit e21c0f9

Please # to comment.