Skip to content

Commit 68dd563

Browse files
authored
Merge pull request #1184 from jerus-org/renovate/clap-4.x
fix(deps): update rust crate clap to 4.5.21
2 parents fe6d8ad + 8a3ed13 commit 68dd563

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 rust crate serde to 1.0.215(pr [#1181])
1515
- deps: update github/codeql-action action to v3.27.2(pr [#1182])
1616
- deps: update github/codeql-action action to v3.27.4(pr [#1183])
17+
- deps: update rust crate clap to 4.5.21(pr [#1184])
1718

1819
## [2.8.7] - 2024-11-09
1920

@@ -742,6 +743,7 @@ emitted if a tracing subscriber is not found.
742743
[#1181]: https://github.com/jerus-org/hcaptcha-rs/pull/1181
743744
[#1182]: https://github.com/jerus-org/hcaptcha-rs/pull/1182
744745
[#1183]: https://github.com/jerus-org/hcaptcha-rs/pull/1183
746+
[#1184]: https://github.com/jerus-org/hcaptcha-rs/pull/1184
745747
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...HEAD
746748
[2.8.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.6...v2.8.7
747749
[2.8.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.5...v2.8.6

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
@@ -54,7 +54,7 @@ syn = { version = "2.0.87", features = ["extra-traits"] }
5454
quote = "1.0.37"
5555
proc-macro2 = "1.0.89"
5656
proc-macro-error2 = "2.0.1"
57-
clap = "4.5.20"
57+
clap = "4.5.21"
5858
clap-verbosity-flag = "2.2.2"
5959
color-eyre = "0.6.3"
6060
trybuild = "1.0.101"

0 commit comments

Comments
 (0)