Skip to content

Commit 0fce3cb

Browse files
authored
Merge pull request #1209 from jerus-org/renovate/clap-4.x
fix(deps): update rust crate clap to 4.5.23
2 parents 8a061fc + 6e414be commit 0fce3cb

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#1205])
1313
- deps: update tracing packages(pr [#1206])
1414
- deps: update github/codeql-action action to v3.27.6(pr [#1208])
15+
- deps: update rust crate clap to 4.5.23(pr [#1209])
1516

1617
## [2.8.9] - 2024-11-23
1718

@@ -783,6 +784,7 @@ emitted if a tracing subscriber is not found.
783784
[#1205]: https://github.com/jerus-org/hcaptcha-rs/pull/1205
784785
[#1206]: https://github.com/jerus-org/hcaptcha-rs/pull/1206
785786
[#1208]: https://github.com/jerus-org/hcaptcha-rs/pull/1208
787+
[#1209]: https://github.com/jerus-org/hcaptcha-rs/pull/1209
786788
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.9...HEAD
787789
[2.8.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...v2.8.9
788790
[2.8.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...v2.8.8

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -54,7 +54,7 @@ syn = { version = "2.0.89", features = ["extra-traits"] }
5454
quote = "1.0.37"
5555
proc-macro2 = "1.0.92"
5656
proc-macro-error2 = "2.0.1"
57-
clap = "4.5.21"
57+
clap = "4.5.23"
5858
clap-verbosity-flag = "3.0.1"
5959
color-eyre = "0.6.3"
6060
trybuild = "1.0.101"

0 commit comments

Comments
 (0)