Skip to content

Commit 1de365b

Browse files
fix(deps): update rust crate tokio to 1.46.1 (#1389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d8aaf4 commit 1de365b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- deps: update rust crate serde_json to 1.0.141(pr [#1386])
3333
- deps: update rust crate trybuild to 1.0.106(pr [#1387])
3434
- deps: update dependency toolkit to v2.12.1(pr [#1388])
35+
- deps: update rust crate tokio to 1.46.1(pr [#1389])
3536

3637
## [3.0.28] - 2025-06-28
3738

@@ -1360,6 +1361,7 @@ emitted if a tracing subscriber is not found.
13601361
[#1386]: https://github.com/jerus-org/hcaptcha-rs/pull/1386
13611362
[#1387]: https://github.com/jerus-org/hcaptcha-rs/pull/1387
13621363
[#1388]: https://github.com/jerus-org/hcaptcha-rs/pull/1388
1364+
[#1389]: https://github.com/jerus-org/hcaptcha-rs/pull/1389
13631365
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.28...HEAD
13641366
[3.0.28]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.27...v3.0.28
13651367
[3.0.27]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...v3.0.27

Cargo.lock

Lines changed: 2 additions & 2 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.104", features = ["extra-traits"] }
5252
thiserror = "2.0.12"
53-
tokio = { version = "1.45.1", features = ["rt", "macros"] }
53+
tokio = { version = "1.46.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)