Closed renovate[bot] closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
35ab566
) 77.82% compared to head (76ae2f7
) 77.82%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Kudos, SonarCloud Quality Gate passed!
This PR contains the following updates:
1.34
->1.35
Release Notes
tokio-rs/tokio (tokio)
### [`v1.35.0`](https://togithub.com/tokio-rs/tokio/releases/tag/tokio-1.35.0): Tokio v1.35.0 [Compare Source](https://togithub.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0) ### 1.35.0 (December 8th, 2023) ##### Added - net: add Apple watchOS support ([#6176]) ##### Changed - io: drop the `Sized` requirements from `AsyncReadExt.read_buf` ([#6169]) - runtime: make `Runtime` unwind safe ([#6189]) - runtime: reduce the lock contention in task spawn ([#6001]) - tokio: update nix dependency to 0.27.1 ([#6190]) ##### Fixed - chore: make `--cfg docsrs` work without net feature ([#6166]) - chore: use relaxed load for `unsync_load` on miri ([#6179]) - runtime: handle missing context on wake ([#6148]) - taskdump: fix taskdump cargo config example ([#6150]) - taskdump: skip notified tasks during taskdumps ([#6194]) - tracing: avoid creating resource spans with current parent, use a None parent instead ([#6107]) - tracing: make task span explicit root ([#6158]) ##### Documented - io: flush in `AsyncWriteExt` examples ([#6149]) - runtime: document fairness guarantees and current behavior ([#6145]) - task: document cancel safety of `LocalSet::run_until` ([#6147]) [#6001]: https://togithub.com/tokio-rs/tokio/pull/6001 [#6107]: https://togithub.com/tokio-rs/tokio/pull/6107 [#6144]: https://togithub.com/tokio-rs/tokio/pull/6144 [#6145]: https://togithub.com/tokio-rs/tokio/pull/6145 [#6147]: https://togithub.com/tokio-rs/tokio/pull/6147 [#6148]: https://togithub.com/tokio-rs/tokio/pull/6148 [#6149]: https://togithub.com/tokio-rs/tokio/pull/6149 [#6150]: https://togithub.com/tokio-rs/tokio/pull/6150 [#6158]: https://togithub.com/tokio-rs/tokio/pull/6158 [#6166]: https://togithub.com/tokio-rs/tokio/pull/6166 [#6169]: https://togithub.com/tokio-rs/tokio/pull/6169 [#6176]: https://togithub.com/tokio-rs/tokio/pull/6176 [#6179]: https://togithub.com/tokio-rs/tokio/pull/6179 [#6189]: https://togithub.com/tokio-rs/tokio/pull/6189 [#6190]: https://togithub.com/tokio-rs/tokio/pull/6190 [#6194]: https://togithub.com/tokio-rs/tokio/pull/6194Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.