Skip to content

Commit

Permalink
Merge pull request #1241 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.85
  • Loading branch information
jerusdp authored Jan 10, 2025
2 parents 742f886 + a3d9f6b commit f988afb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

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

## [3.0.3] - 2025-01-04

### Changed
Expand Down Expand Up @@ -909,7 +915,9 @@ emitted if a tracing subscriber is not found.
[#1238]: https://github.com/jerus-org/hcaptcha-rs/pull/1238
[#1239]: https://github.com/jerus-org/hcaptcha-rs/pull/1239
[#1240]: https://github.com/jerus-org/hcaptcha-rs/pull/1240
[3.0.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.2...hcaptcha-v3.0.3
[#1241]: https://github.com/jerus-org/hcaptcha-rs/pull/1241
[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
[3.0.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.0
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.83"
async-trait = "0.1.85"
chrono = "0.4.39"
claims = "0.8.0"
clap = "4.5.23"
Expand Down

0 comments on commit f988afb

Please sign in to comment.