Skip to content

Commit 971984f

Browse files
fix(deps): update rust crate clap-verbosity-flag to 3.0.3 (#1357)
* fix(deps): update rust crate clap-verbosity-flag to 3.0.3 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <[email protected]>
1 parent 3591480 commit 971984f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- deps: update github/codeql-action action to v3.28.18(pr [#1355])
1717
- deps: update rust crate clap to 4.5.38(pr [#1356])
18+
- deps: update rust crate clap-verbosity-flag to 3.0.3(pr [#1357])
1819

1920
## [3.0.26] - 2025-05-03
2021

@@ -1279,6 +1280,7 @@ emitted if a tracing subscriber is not found.
12791280
[#1354]: https://github.com/jerus-org/hcaptcha-rs/pull/1354
12801281
[#1355]: https://github.com/jerus-org/hcaptcha-rs/pull/1355
12811282
[#1356]: https://github.com/jerus-org/hcaptcha-rs/pull/1356
1283+
[#1357]: https://github.com/jerus-org/hcaptcha-rs/pull/1357
12821284
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...HEAD
12831285
[3.0.26]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.25...v3.0.26
12841286
[3.0.25]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.24...v3.0.25

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-trait = "0.1.88"
2626
chrono = "0.4.41"
2727
claims = "0.8.0"
2828
clap = "4.5.38"
29-
clap-verbosity-flag = "3.0.2"
29+
clap-verbosity-flag = "3.0.3"
3030
color-eyre = "0.6.3"
3131
env_logger = "0.11.8"
3232
hex = "0.4.3"

0 commit comments

Comments
 (0)