-
Notifications
You must be signed in to change notification settings - Fork 13k
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
#124213
Weekly cargo update
#124213
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. |
@bors r+ rollup=iffy |
…acrum Weekly `cargo update` Automation to keep dependencies in `Cargo.lock` current. The following is the output from `cargo update`: ```txt Updating allocator-api2 v0.2.16 -> v0.2.18 Updating anyhow v1.0.81 -> v1.0.82 Updating bumpalo v3.15.4 -> v3.16.0 Updating bytecount v0.6.7 -> v0.6.8 Updating cc v1.0.92 -> v1.0.95 Updating chrono v0.4.37 -> v0.4.38 Updating clap_complete v4.5.1 -> v4.5.2 Updating dissimilar v1.0.7 -> v1.0.8 Updating either v1.10.0 -> v1.11.0 Updating encoding_rs v0.8.33 -> v0.8.34 Updating getrandom v0.2.13 -> v0.2.14 Updating jobserver v0.1.28 -> v0.1.30 Removing packed_simd v0.3.9 Updating proc-macro2 v1.0.79 -> v1.0.81 Updating quote v1.0.35 -> v1.0.36 Updating serde v1.0.197 -> v1.0.198 Updating serde_derive v1.0.197 -> v1.0.198 Updating serde_json v1.0.115 -> v1.0.116 Updating syn v2.0.58 -> v2.0.60 Updating sysinfo v0.30.8 -> v0.30.11 Updating thiserror v1.0.58 -> v1.0.59 Updating thiserror-impl v1.0.58 -> v1.0.59 Updating time v0.3.34 -> v0.3.36 Updating time-macros v0.2.17 -> v0.2.18 Updating windows-targets v0.52.4 -> v0.52.5 Updating windows_aarch64_gnullvm v0.52.4 -> v0.52.5 Updating windows_aarch64_msvc v0.52.4 -> v0.52.5 Updating windows_i686_gnu v0.52.4 -> v0.52.5 Adding windows_i686_gnullvm v0.52.5 Updating windows_i686_msvc v0.52.4 -> v0.52.5 Updating windows_x86_64_gnu v0.52.4 -> v0.52.5 Updating windows_x86_64_gnullvm v0.52.4 -> v0.52.5 Updating windows_x86_64_msvc v0.52.4 -> v0.52.5 note: pass `--verbose` to see 92 unchanged dependencies behind latest ```
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
79b81ab
to
56732fd
Compare
Need to add |
The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
@bors r+ rollup=never |
…acrum Weekly `cargo update` Automation to keep dependencies in `Cargo.lock` current. The following is the output from `cargo update`: ```txt Updating allocator-api2 v0.2.16 -> v0.2.18 Updating anyhow v1.0.81 -> v1.0.82 Updating bumpalo v3.15.4 -> v3.16.0 Updating bytecount v0.6.7 -> v0.6.8 Updating cc v1.0.92 -> v1.0.95 Updating clap_complete v4.5.1 -> v4.5.2 Updating color-print v0.3.5 -> v0.3.6 Updating color-print-proc-macro v0.3.5 -> v0.3.6 Updating dissimilar v1.0.7 -> v1.0.8 Updating either v1.10.0 -> v1.11.0 Updating encoding_rs v0.8.33 -> v0.8.34 Updating fastrand v2.0.2 -> v2.1.0 Updating flate2 v1.0.28 -> v1.0.29 Updating getrandom v0.2.13 -> v0.2.14 Updating jobserver v0.1.28 -> v0.1.31 Updating lock_api v0.4.11 -> v0.4.12 Removing packed_simd v0.3.9 Updating parking_lot v0.12.1 -> v0.12.2 Updating parking_lot_core v0.9.9 -> v0.9.10 Updating proc-macro2 v1.0.79 -> v1.0.81 Updating pulldown-cmark v0.10.2 -> v0.10.3 Updating pulldown-cmark-escape v0.10.0 -> v0.10.1 Updating quote v1.0.35 -> v1.0.36 Adding redox_syscall v0.5.1 Updating rustix v0.38.32 -> v0.38.34 Updating serde v1.0.197 -> v1.0.199 Updating serde_derive v1.0.197 -> v1.0.199 Updating serde_json v1.0.115 -> v1.0.116 Updating syn v2.0.58 -> v2.0.60 Updating sysinfo v0.30.8 -> v0.30.11 Updating thiserror v1.0.58 -> v1.0.59 Updating thiserror-impl v1.0.58 -> v1.0.59 Updating time v0.3.34 -> v0.3.36 Updating time-macros v0.2.17 -> v0.2.18 Updating unicode-width v0.1.11 -> v0.1.12 Updating winapi-util v0.1.6 -> v0.1.8 Updating windows-targets v0.52.4 -> v0.52.5 Updating windows_aarch64_gnullvm v0.52.4 -> v0.52.5 Updating windows_aarch64_msvc v0.52.4 -> v0.52.5 Updating windows_i686_gnu v0.52.4 -> v0.52.5 Adding windows_i686_gnullvm v0.52.5 Updating windows_i686_msvc v0.52.4 -> v0.52.5 Updating windows_x86_64_gnu v0.52.4 -> v0.52.5 Updating windows_x86_64_gnullvm v0.52.4 -> v0.52.5 Updating windows_x86_64_msvc v0.52.4 -> v0.52.5 note: pass `--verbose` to see 92 unchanged dependencies behind latest ```
a6025c7
to
82377cb
Compare
This comment has been minimized.
This comment has been minimized.
The same error as in #124560 (comment) |
☔ The latest upstream changes (presumably #124754) made this pull request unmergeable. Please resolve the merge conflicts. |
930b52d
to
12200c9
Compare
@bors r+ rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (100b123): 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)ResultsThis 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.
CyclesResultsThis 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.
Binary sizeResultsThis 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.
Bootstrap: 673.271s -> 675.433s (0.32%) |
Automation to keep dependencies in
Cargo.lock
current.The following is the output from
cargo update
: