-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Weekly cargo update
#131311
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
Weekly cargo update
#131311
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors r+ rollup=never |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
dbf4bc7
to
a436b50
Compare
☔ The latest upstream changes (presumably #131645) made this pull request unmergeable. Please resolve the merge conflicts. |
a436b50
to
2da7798
Compare
This comment has been minimized.
This comment has been minimized.
2da7798
to
9b8586e
Compare
9b8586e
to
5e788c2
Compare
5e788c2
to
7fcf17a
Compare
☔ The latest upstream changes (presumably #132556) made this pull request unmergeable. Please resolve the merge conflicts. |
7fcf17a
to
1ed6573
Compare
☔ The latest upstream changes (presumably #133280) made this pull request unmergeable. Please resolve the merge conflicts. |
Looking at #131577 (comment), feels like cc broken again? |
Hmm, probably right. Maybe we should go back to pinning cc and try a manual upgrade once in a while @bors r- |
@clubby789 do you mean trying to update each dependency directly instead of just running cargo update to update it all at once |
Most of our dependencies rarely cause issues (aside from license tweaks) so we can continue to update them via this automated PR. cc specifically we can manually make PRs for if we want to try and bump it |
☔ The latest upstream changes (presumably #134516) made this pull request unmergeable. Please resolve the merge conflicts. |
compiler & tools dependencies: Locking 15 packages to latest compatible versions Updating clap_complete v4.5.39 -> v4.5.40 Updating env_filter v0.1.2 -> v0.1.3 Updating env_logger v0.11.5 -> v0.11.6 Updating expect-test v1.5.0 -> v1.5.1 Updating foldhash v0.1.3 -> v0.1.4 Updating miniz_oxide v0.8.1 -> v0.8.2 Updating object v0.36.5 -> v0.36.7 Updating serde_json v1.0.133 -> v1.0.134 Updating thiserror v2.0.7 -> v2.0.9 Updating thiserror-impl v2.0.7 -> v2.0.9 Updating tinyvec v1.8.0 -> v1.8.1 Updating wasm-encoder v0.221.2 -> v0.222.0 Removing wasmparser v0.218.0 Removing wasmparser v0.221.2 Adding wasmparser v0.222.0 Updating wast v221.0.2 -> v222.0.0 Updating wat v1.221.2 -> v1.222.0 note: pass `--verbose` to see 35 unchanged dependencies behind latest library dependencies: Locking 1 package to latest compatible version Updating object v0.36.5 -> v0.36.7 note: pass `--verbose` to see 6 unchanged dependencies behind latest rustbook dependencies: Locking 9 packages to latest compatible versions Updating cc v1.2.0 -> v1.2.5 Updating clap_complete v4.5.39 -> v4.5.40 Updating env_filter v0.1.2 -> v0.1.3 Updating env_logger v0.11.5 -> v0.11.6 Updating libc v0.2.168 -> v0.2.169 Updating miniz_oxide v0.8.1 -> v0.8.2 Updating serde_json v1.0.133 -> v1.0.134 Updating thiserror v2.0.7 -> v2.0.9 Updating thiserror-impl v2.0.7 -> v2.0.9
3dbb967
to
b4ef168
Compare
@bors r+ rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (5a14967): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -1.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 763.813s -> 764.445s (0.08%) |
Automation to keep dependencies in
Cargo.lock
current.The following is the output from
cargo update
: