[PR #806] [MERGED] build(deps): bump tokio from 1.41.1 to 1.42.0 #2366

Closed
opened 2026-05-22 22:56:37 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/806
Author: @dependabot[bot]
Created: 12/9/2024
Status: Merged
Merged: 12/9/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/tokio-1.42.0


📝 Commits (1)

  • 4143868 build(deps): bump tokio from 1.41.1 to 1.42.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps tokio from 1.41.1 to 1.42.0.

Release notes

Sourced from tokio's releases.

Tokio v1.42.0

1.42.0 (Dec 3rd, 2024)

Added

  • io: add AsyncFd::{try_io, try_io_mut} (#6967)

Fixed

  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#6929)
  • runtime: do not defer yield_now inside block_in_place (#6999)

Changes

  • io: simplify io readiness logic (#6966)

Documented

  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#6791)
  • time: fix a typo in Instant docs (#6982)

#6791: tokio-rs/tokio#6791 #6929: tokio-rs/tokio#6929 #6966: tokio-rs/tokio#6966 #6967: tokio-rs/tokio#6967 #6982: tokio-rs/tokio#6982 #6999: tokio-rs/tokio#6999

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/806 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/tokio-1.42.0` --- ### 📝 Commits (1) - [`4143868`](https://github.com/JakeStanger/ironbar/commit/414386839c419d4947f92fc06fa5df35e4ac5a1c) build(deps): bump tokio from 1.41.1 to 1.42.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.42.0</h2> <h1>1.42.0 (Dec 3rd, 2024)</h1> <h3>Added</h3> <ul> <li>io: add <code>AsyncFd::{try_io, try_io_mut}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6967">#6967</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>io: avoid <code>ptr-&gt;ref-&gt;ptr</code> roundtrip in RegistrationSet (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6929">#6929</a>)</li> <li>runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> </ul> <h3>Changes</h3> <ul> <li>io: simplify io readiness logic (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>)</li> </ul> <h3>Documented</h3> <ul> <li>net: fix docs for <code>tokio::net::unix::{pid_t, gid_t, uid_t}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6791">#6791</a>)</li> <li>time: fix a typo in <code>Instant</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6791">#6791</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6791">tokio-rs/tokio#6791</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6929">#6929</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6929">tokio-rs/tokio#6929</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6966">tokio-rs/tokio#6966</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6967">#6967</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6967">tokio-rs/tokio#6967</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6982">tokio-rs/tokio#6982</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6999">tokio-rs/tokio#6999</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/bb9d57017e100985f86d8ca41ac105ee9140423e"><code>bb9d570</code></a> chore: prepare Tokio v1.42.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7005">#7005</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/af9c683d52415bf01709197778d49eec1ff78c44"><code>af9c683</code></a> tests: fix typo in build test instructions (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7004">#7004</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4bc5a1a05862bad71f85a38bf3c56f721a97b43f"><code>4bc5a1a</code></a> ci: allow Unicode-3.0 license for unicode-ident (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7006">#7006</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f8948ea021bd4b5626bbd8dee89bee51ba766326"><code>f8948ea</code></a> runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bce9780dd3127cd937923d975e356299226a39aa"><code>bce9780</code></a> time: use <code>array::from_fn</code> instead of manually creating array (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7000">#7000</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/38151f30cbfbaddce30961384f5b463b0737a401"><code>38151f3</code></a> readme: unlist 1.32.x as LTS release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6997">#6997</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5dda72d338516d709a866cee8577048ba1ea062c"><code>5dda72d</code></a> ci: pin valgrind to rustc 1.82 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6998">#6998</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c07257f99f92c5d6773fc0827bcfd77e43f0fd46"><code>c07257f</code></a> io: simplify io readiness logic (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d08578fc9a950c8ee0ef242dbce0fcaaed5e853f"><code>d08578f</code></a> time: fix a typo in <code>Instant</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4047d7962a02722859b0f1c7bbcd85bc1bfc865d"><code>4047d79</code></a> miri: add annotations for tests with miri ignore (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6981">#6981</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.41.1&new-version=1.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:56:37 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2366
No description provided.