Skip to content

Commit

Permalink
Merge pull request #1259 from jerus-org/renovate/itertools-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate itertools to 0.14.0
  • Loading branch information
jerusdp authored Jan 24, 2025
2 parents 68b632d + 34764d9 commit cfaeae0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update serde packages(pr [#1256])
- deps: update actions/upload-artifact action to v4.6.0(pr [#1257])
- deps: update github/codeql-action action to v3.28.4(pr [#1258])
- deps: update rust crate itertools to 0.14.0(pr [#1259])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -960,6 +961,7 @@ emitted if a tracing subscriber is not found.
[#1256]: https://github.com/jerus-org/hcaptcha-rs/pull/1256
[#1257]: https://github.com/jerus-org/hcaptcha-rs/pull/1257
[#1258]: https://github.com/jerus-org/hcaptcha-rs/pull/1258
[#1259]: https://github.com/jerus-org/hcaptcha-rs/pull/1259
[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
4 changes: 2 additions & 2 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 @@ -30,7 +30,7 @@ clap-verbosity-flag = "3.0.2"
color-eyre = "0.6.3"
env_logger = "0.11.6"
hex = "0.4.3"
itertools = "0.13.0"
itertools = "0.14.0"
lambda_runtime = "0.13.0"
log = "0.4.25"
macrotest = "1.0.13"
Expand Down

0 comments on commit cfaeae0

Please sign in to comment.