Skip to content

upgrading tokio to 1.52.1#8278

Open
zbowling wants to merge 1 commit into
facebookincubator:mainfrom
zbowling:export-D101580193
Open

upgrading tokio to 1.52.1#8278
zbowling wants to merge 1 commit into
facebookincubator:mainfrom
zbowling:export-D101580193

Conversation

@zbowling
Copy link
Copy Markdown
Contributor

Summary:
Upgrading tokio from 1.50.0 to 1.52.1.

  • All downstream consumers checked with arc rust-check — 0 errors.

Reviewed By: dtolnay

Differential Revision: D101580193

Summary:
Upgrading `tokio` from `1.50.0` to `1.52.1`.
- All downstream consumers checked with arc rust-check — 0 errors.

Reviewed By: dtolnay

Differential Revision: D101580193
Copilot AI review requested due to automatic review settings April 20, 2026 23:49
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 20, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented Apr 20, 2026

@zbowling has exported this pull request. If you are a Meta employee, you can view the originating Diff in D101580193.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the Tokio async runtime dependency used by the below crate to a newer patch/minor release as part of keeping the workspace dependencies current.

Changes:

  • Bump tokio dependency in below from 1.50.0 to 1.52.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread below/Cargo.toml
tar = "0.4.45"
tempfile = "3.27.0"
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] }
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bumps the tokio version requirement, but Cargo.lock in the repo currently resolves tokio to 1.47.1. If this repo expects reproducible/locked builds (e.g. cargo build --locked), the PR should also update Cargo.lock so the resolved version matches the new minimum (1.52.1+) and the stated upgrade is reflected in the lockfile.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants