Skip to content

Commit

Permalink
Merge pull request #1250 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.27
  • Loading branch information
jerusdp authored Jan 24, 2025
2 parents 8f20d88 + af7f19e commit 8820c6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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 dependency toolkit to v2.0.4(pr [#1249])
- deps: update rust crate clap to 4.5.27(pr [#1250])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -942,6 +943,7 @@ emitted if a tracing subscriber is not found.
[#1247]: https://github.com/jerus-org/hcaptcha-rs/pull/1247
[#1248]: https://github.com/jerus-org/hcaptcha-rs/pull/1248
[#1249]: https://github.com/jerus-org/hcaptcha-rs/pull/1249
[#1250]: https://github.com/jerus-org/hcaptcha-rs/pull/1250
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4
Expand Down
8 changes: 4 additions & 4 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.26"
clap = "4.5.27"
clap-verbosity-flag = "3.0.2"
color-eyre = "0.6.3"
env_logger = "0.11.6"
Expand Down

0 comments on commit 8820c6a

Please sign in to comment.