Skip to content

Commit

Permalink
Merge pull request #1260 from jerus-org/renovate/tokio-packages
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.43.0
  • Loading branch information
jerusdp authored Jan 24, 2025
2 parents cfaeae0 + 8288019 commit bc7bd85
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 @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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])
- deps: update rust crate tokio to 1.43.0(pr [#1260])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -962,6 +963,7 @@ emitted if a tracing subscriber is not found.
[#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
[#1260]: https://github.com/jerus-org/hcaptcha-rs/pull/1260
[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
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 @@ -50,7 +50,7 @@ serde = { version = "1.0.217", features = ["derive"] }
simple_logger = "5.0.0"
syn = { version = "2.0.96", features = ["extra-traits"] }
thiserror = "2.0.11"
tokio = { version = "1.42.0", features = ["rt", "macros"] }
tokio = { version = "1.43.0", features = ["rt", "macros"] }
tracing = { version = "0.1.41", features = ["log", "attributes"] }
tracing-appender = "0.2.3"
tracing-bunyan-formatter = "0.3.10"
Expand Down

0 comments on commit bc7bd85

Please sign in to comment.