Skip to content

Commit 3591480

Browse files
fix(deps): update rust crate clap to 4.5.38 (#1356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ee64f0 commit 3591480

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
### Fixed
1515

1616
- deps: update github/codeql-action action to v3.28.18(pr [#1355])
17+
- deps: update rust crate clap to 4.5.38(pr [#1356])
1718

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

@@ -1277,6 +1278,7 @@ emitted if a tracing subscriber is not found.
12771278
[#1352]: https://github.com/jerus-org/hcaptcha-rs/pull/1352
12781279
[#1354]: https://github.com/jerus-org/hcaptcha-rs/pull/1354
12791280
[#1355]: https://github.com/jerus-org/hcaptcha-rs/pull/1355
1281+
[#1356]: https://github.com/jerus-org/hcaptcha-rs/pull/1356
12801282
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...HEAD
12811283
[3.0.26]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.25...v3.0.26
12821284
[3.0.25]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.24...v3.0.25

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.88"
2626
chrono = "0.4.41"
2727
claims = "0.8.0"
28-
clap = "4.5.37"
28+
clap = "4.5.38"
2929
clap-verbosity-flag = "3.0.2"
3030
color-eyre = "0.6.3"
3131
env_logger = "0.11.8"

0 commit comments

Comments
 (0)