Skip to content

Commit 048e8c4

Browse files
fix(deps): update rust crate clap to 4.5.37 (#1338)
* fix(deps): update rust crate clap to 4.5.37 * 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 0f990d7 commit 048e8c4

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
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- deps: update github/codeql-action action to v3.28.16(pr [#1337])
13+
- deps: update rust crate clap to 4.5.37(pr [#1338])
1314

1415
## [3.0.17] - 2025-04-24
1516

@@ -1191,6 +1192,7 @@ emitted if a tracing subscriber is not found.
11911192
[#1335]: https://github.com/jerus-org/hcaptcha-rs/pull/1335
11921193
[#1336]: https://github.com/jerus-org/hcaptcha-rs/pull/1336
11931194
[#1337]: https://github.com/jerus-org/hcaptcha-rs/pull/1337
1195+
[#1338]: https://github.com/jerus-org/hcaptcha-rs/pull/1338
11941196
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.17...HEAD
11951197
[3.0.17]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.16...v3.0.17
11961198
[3.0.16]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.15...v3.0.16

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

0 commit comments

Comments
 (0)