Skip to content

chore: update tokio to 1.38.2 #626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: update tokio to 1.38.2 #626

wants to merge 1 commit into from

Conversation

hds
Copy link
Collaborator

@hds hds commented Apr 13, 2025

There was a soundness defect in Tokio's broadcast channel. This change
updates to the oldest version of Tokio with the soundness defect fixed
(1.38.2 - 1.38 is the current oldest LTS version). This is preferable to
updating to the latest version of Tokio, as that would force users of
console-subscriber to use that version or later too.

Tokio 1.38.2: https://github.com/tokio-rs/tokio/releases/tag/tokio-1.38.2

There was a soundness defect in Tokio's broadcast channel. This change
updates to the oldest version of Tokio with the soundness defect fixed
(1.38.2 - 1.38 is the current oldest LTS version). This is preferable to
updating to the latest version of Tokio, as that would force users of
`console-subscriber` to use that version or later too.

Tokio 1.38.2: https://github.com/tokio-rs/tokio/releases/tag/tokio-1.38.2
@hds hds requested a review from a team as a code owner April 13, 2025 11:39
@hds hds requested a review from Rustin170506 April 14, 2025 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant