Skip to content

Commit 9e2a6d0

Browse files
fix(deps): update rust crate tokio to 1.45.1 (#1362)
* fix(deps): update rust crate tokio to 1.45.1 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <[email protected]>
1 parent addf1d5 commit 9e2a6d0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- deps: update rust crate mockd to 0.4.48(pr [#1359])
2121
- deps: update rust crate trybuild to 1.0.105(pr [#1360])
2222
- deps: update rust crate url to 2.5.4(pr [#1361])
23+
- deps: update rust crate tokio to 1.45.1(pr [#1362])
2324

2425
## [3.0.26] - 2025-05-03
2526

@@ -1289,6 +1290,7 @@ emitted if a tracing subscriber is not found.
12891290
[#1359]: https://github.com/jerus-org/hcaptcha-rs/pull/1359
12901291
[#1360]: https://github.com/jerus-org/hcaptcha-rs/pull/1360
12911292
[#1361]: https://github.com/jerus-org/hcaptcha-rs/pull/1361
1293+
[#1362]: https://github.com/jerus-org/hcaptcha-rs/pull/1362
12921294
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...HEAD
12931295
[3.0.26]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.25...v3.0.26
12941296
[3.0.25]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.24...v3.0.25

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serde = { version = "1.0.219", features = ["derive"] }
5050
simple_logger = "5.0.0"
5151
syn = { version = "2.0.101", features = ["extra-traits"] }
5252
thiserror = "2.0.12"
53-
tokio = { version = "1.44.2", features = ["rt", "macros"] }
53+
tokio = { version = "1.45.1", features = ["rt", "macros"] }
5454
tracing = { version = "0.1.41", features = ["log", "attributes"] }
5555
tracing-appender = "0.2.3"
5656
tracing-bunyan-formatter = "0.3.10"

0 commit comments

Comments
 (0)