Skip to content

Commit

Permalink
Merge pull request #1269 from jerus-org/renovate/async-trait-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate async-trait to 0.1.86
  • Loading branch information
jerusdp authored Feb 7, 2025
2 parents 900bb2c + 8fd21cf commit f9ff66b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 👷 ci(circleci): add pcu verbosity to config(pr [#1267])

### Fixed

- deps: update rust crate async-trait to 0.1.86(pr [#1269])

### Security

- Dependencies: bump openssl from 0.10.68 to 0.10.70 in the cargo group across 1 directory(pr [#1268])
Expand Down Expand Up @@ -996,6 +1000,7 @@ emitted if a tracing subscriber is not found.
[#1266]: https://github.com/jerus-org/hcaptcha-rs/pull/1266
[#1267]: https://github.com/jerus-org/hcaptcha-rs/pull/1267
[#1268]: https://github.com/jerus-org/hcaptcha-rs/pull/1268
[#1269]: https://github.com/jerus-org/hcaptcha-rs/pull/1269
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.7...HEAD
[3.0.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...v3.0.6
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 @@ -22,7 +22,7 @@ edition = "2021"
publish = false

[workspace.dependencies]
async-trait = "0.1.85"
async-trait = "0.1.86"
chrono = "0.4.39"
claims = "0.8.0"
clap = "4.5.27"
Expand Down

0 comments on commit f9ff66b

Please sign in to comment.