Skip to content

Commit

Permalink
Merge pull request #1242 from jerus-org/renovate/clap-4.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to 4.5.26
  • Loading branch information
jerusdp authored Jan 10, 2025
2 parents f988afb + 85d4ce8 commit 7923eda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- deps: update rust crate async-trait to 0.1.85(pr [#1241])
- deps: update rust crate clap to 4.5.26(pr [#1242])

## [3.0.3] - 2025-01-04

Expand Down Expand Up @@ -916,6 +917,7 @@ emitted if a tracing subscriber is not found.
[#1239]: https://github.com/jerus-org/hcaptcha-rs/pull/1239
[#1240]: https://github.com/jerus-org/hcaptcha-rs/pull/1240
[#1241]: https://github.com/jerus-org/hcaptcha-rs/pull/1241
[#1242]: https://github.com/jerus-org/hcaptcha-rs/pull/1242
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...HEAD
[3.0.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.1...v3.0.2
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ publish = false
async-trait = "0.1.85"
chrono = "0.4.39"
claims = "0.8.0"
clap = "4.5.23"
clap = "4.5.26"
clap-verbosity-flag = "3.0.2"
color-eyre = "0.6.3"
env_logger = "0.11.6"
Expand Down

0 comments on commit 7923eda

Please sign in to comment.