Skip to content

Commit

Permalink
Merge pull request #426 from jerus-org/renovate/clap-verbosity-flag-3.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap-verbosity-flag to 3.0.1
  • Loading branch information
jerusdp authored Nov 29, 2024
2 parents fc21763 + d5c60f3 commit f1d60a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#426])

### Security

- Dependencies: bump rustls from 0.23.16 to 0.23.18 in the cargo group across 1 directory(pr [#425])
Expand Down Expand Up @@ -931,6 +935,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#423]: https://github.com/jerus-org/pcu/pull/423
[#424]: https://github.com/jerus-org/pcu/pull/424
[#425]: https://github.com/jerus-org/pcu/pull/425
[#426]: https://github.com/jerus-org/pcu/pull/426
[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.17...HEAD
[0.4.17]: https://github.com/jerus-org/pcu/compare/v0.4.16...v0.4.17
[0.4.16]: https://github.com/jerus-org/pcu/compare/v0.4.15...v0.4.16
Expand Down
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 @@ -16,7 +16,7 @@ categories = ["development-tools::build-utils", "command-line-utilities"]
cargo_toml = "0.20.5"
chrono = "0.4.38"
clap = "4.5.21"
clap-verbosity-flag = "3.0.0"
clap-verbosity-flag = "3.0.1"
color-eyre = "0.6.3"
config = "0.14.1"
env_logger = "0.11.5"
Expand Down

0 comments on commit f1d60a3

Please sign in to comment.