-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Bump dependencies invalidly assuming memory layout of SocketAddr #79482
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
Bump dependencies invalidly assuming memory layout of SocketAddr #79482
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup=never |
📌 Commit fccdef8762ad692b29b6f632049fbdffdce3d0e0 has been approved by |
⌛ Testing commit fccdef8762ad692b29b6f632049fbdffdce3d0e0 with merge 0d27e4d1ab28f7c507fd380b31823939aa703fe9... |
💔 Test failed - checks-actions |
I'm not sure I understand the CI failure. It fails at the "Mark the job as a failure" task. Not sure what went wrong or if this PR caused it or if it's just sporadic. |
Illumos builder failed; https://github.com/rust-lang-ci/rust/runs/1467496350#step:24:11749 -- bors doesn't link to the real cause, you have to scroll to find a red checkmark. |
Ah. Yeah ok. Looks like So I resorted to downgrading to |
Please squash commits. If you'd like to note the problem with 0.3.17 in the commit message that would be fine, but I don't think we need a separate commit. |
Bumps net2, socket2 and miow. Helps unblock rust-lang#78802
baa2ea0
to
f9220c3
Compare
@Mark-Simulacrum Done |
@bors r+ |
📌 Commit f9220c3 has been approved by |
☀️ Test successful - checks-actions |
Bumps net2, socket2 and miow.
Helps unblock #78802
Done as separate PR since frequent lockfile collisions is a thing... And since the main PR can't be merged until large parts of the ecosystem uses the newer crates only, so we have to start somewhere.