Skip to content

Commit 0c6362e

Browse files
fix(deps): update rust crate clap to 4.5.31 (#1287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7fb215 commit 0c6362e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- deps: update github/codeql-action action to v3.28.10(pr [#1284])
1515
- deps: update ossf/scorecard-action action to v2.4.1(pr [#1285])
1616
- deps: update rust crate chrono to 0.4.40(pr [#1286])
17+
- deps: update rust crate clap to 4.5.31(pr [#1287])
1718

1819
## [3.0.10] - 2025-02-22
1920

@@ -1050,6 +1051,7 @@ emitted if a tracing subscriber is not found.
10501051
[#1284]: https://github.com/jerus-org/hcaptcha-rs/pull/1284
10511052
[#1285]: https://github.com/jerus-org/hcaptcha-rs/pull/1285
10521053
[#1286]: https://github.com/jerus-org/hcaptcha-rs/pull/1286
1054+
[#1287]: https://github.com/jerus-org/hcaptcha-rs/pull/1287
10531055
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...HEAD
10541056
[3.0.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...v3.0.10
10551057
[3.0.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.8...v3.0.9

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -25,7 +25,7 @@ publish = false
2525
async-trait = "0.1.86"
2626
chrono = "0.4.40"
2727
claims = "0.8.0"
28-
clap = "4.5.30"
28+
clap = "4.5.31"
2929
clap-verbosity-flag = "3.0.2"
3030
color-eyre = "0.6.3"
3131
env_logger = "0.11.6"

0 commit comments

Comments
 (0)