-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 crates to latest versions #67031
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit d358b24 has been approved by |
Update tokio crates to latest versions Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next `rustc-ap-*` update.
⌛ Testing commit d358b24 with merge 90fa24c77c72cee881aa78f871757ed7da1eb0d3... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors retry |
@mati865: 🔑 Insufficient privileges: not in try users |
@bors retry |
⌛ Testing commit d358b24 with merge c78169f3ef39019c35fc7b95276f0bde771fc06f... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
71fa528
to
ef07f28
Compare
1st push is the rebase, 2nd push regenerated |
@bors r+ |
📌 Commit ef07f2838ffcd76aec6038e0e619186318d3c97d has been approved by |
☔ The latest upstream changes (presumably #67198) made this pull request unmergeable. Please resolve the merge conflicts. |
ef07f28
to
d95ed9d
Compare
d95ed9d
to
2d8d813
Compare
@bors r+ |
📌 Commit 2d8d813 has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
Update tokio crates to latest versions Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next `rustc-ap-*` update.
Update tokio crates to latest versions Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next `rustc-ap-*` update.
Rollup of 5 pull requests Successful merges: - #64588 (Add a raw "address of" operator) - #67031 (Update tokio crates to latest versions) - #67131 (Merge `TraitItem` & `ImplItem into `AssocItem`) - #67354 (Fix pointing at arg when cause is outside of call) - #67363 (Fix handling of wasm import modules and names) Failed merges: r? @ghost
Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next
rustc-ap-*
update.