-
Notifications
You must be signed in to change notification settings - Fork 524
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 to tough v0.11.0, tokio 1.0, rusoto 0.46, reqwest v0.11. #1269
Comments
inotify is another dependency that updated because of tokio. |
Also httptest. |
Also coldsnap, which needs to do a new release that includes the change it made to use tokio 1. |
Good catch, opened this PR to get it done awslabs/coldsnap#46 |
OK, |
|
The rust packages listed in the title are intertwined in various ways.
Multiple major-versions of tokio can not be in use at a given time. rusoto 0.46, hyper 14 and reqwest v0.11 all bump to tokio v1.0. Meanwhile, we cannot have multiple versions of reqwest in the sources workspace because of the way webpki-root-shim works. So, basically what needs to happen is this awslabs/tough#269 needs to land and get published (I'm calling it v0.11.0 since v0.10.0 is already a huge diff), and then all the Bottlerocket stuff can update.
Edit: remember to remove the https-proxy workarounds in metricdog and updog, see #1332
The text was updated successfully, but these errors were encountered: