You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a regression caused by tokio-util, which will be fixed in its next release. In the meantime, you can cargo update -p tokio-util --precise 0.7.4 to avoid updating past the broken version (a version spec of tokio-util = "<0.7.5" in your Cargo.toml might also work if you don't have control over Cargo.lock)
We've face the issue for the first in the CI yesterday
That patch solves the issue
The text was updated successfully, but these errors were encountered: