Skip to content

upgrading tokio to 1.52.1#64

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

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

Conversation

@zbowling
Copy link
Copy Markdown
Contributor

Summary:
X-link: facebookincubator/below#8278

X-link: https://github.com/facebookexperimental/dapper/pull/1

X-link: meta-pytorch/monarch#3495

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:
X-link: facebookincubator/below#8278

X-link: https://github.com/facebookexperimental/dapper/pull/1

X-link: meta-pytorch/monarch#3495

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:52
@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 dependency across workspace crates from 1.50.0 to 1.52.1.

Changes:

  • Bump tokio to 1.52.1 in hermit-cli.
  • Bump tokio to 1.52.1 in detcore.
  • Bump tokio to 1.52.1 in detcore-testutils.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
hermit-cli/Cargo.toml Updates Tokio dependency version for the CLI crate.
detcore/Cargo.toml Updates Tokio dependency version for the core crate.
detcore/tests/testutils/Cargo.toml Updates Tokio dependency version for test utilities.

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

Comment thread hermit-cli/Cargo.toml
shell-words = "1.1.1"
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.

Since hermit-cli/Cargo.lock is checked in, consider regenerating it as part of this Tokio bump so the lockfile reflects the new tokio requirement. Otherwise cargo build --locked (or any workflow that relies on the committed lockfile) can fail because the current lockfile pins tokio to an older version.

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