Skip to content
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

Update tokio-util to 0.7 #969

Merged
merged 1 commit into from Jun 3, 2022
Merged

Conversation

conblem
Copy link
Contributor

@conblem conblem commented May 6, 2022

Hello everybody

warp is curently using tokio-util 0.6 in february tokio-util 0.7 was released.
The changelog can be found here here.

In my opinion this should cause no breakage in warp and would reduce duplicate dependencies in my project.
warp uses hyper which in turn uses h2, h2 already updated to tokio-util 0.7 in this commit.
It would probably make sense to also create a pull request for hyper (which I could do).

I just ran cargo test to make sure everything works, as I could not find further instructions for testing.

Help and input would be appreciated!

Kind regards

@jxs jxs merged commit bcce741 into seanmonstar:master Jun 3, 2022
@jxs
Copy link
Collaborator

jxs commented Jun 3, 2022

thanks!

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.

None yet

2 participants