Skip to content
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 #136077

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Weekly cargo update #136077

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 26, 2025

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

compiler & tools dependencies:
     Locking 27 packages to latest compatible versions
    Updating bumpalo v3.16.0 -> v3.17.0
    Updating clap v4.5.26 -> v4.5.27
    Updating clap_builder v4.5.26 -> v4.5.27
    Updating clap_complete v4.5.42 -> v4.5.44
    Updating cpufeatures v0.2.16 -> v0.2.17
      Adding getrandom v0.3.1
    Updating indexmap v2.7.0 -> v2.7.1
    Updating indicatif v0.17.9 -> v0.17.11
    Updating mdbook v0.4.43 -> v0.4.44
    Updating openssl-probe v0.1.5 -> v0.1.6
    Removing phf_generator v0.10.0
    Removing phf_shared v0.10.0
    Updating rustix v0.38.43 -> v0.38.44
    Updating ryu v1.0.18 -> v1.0.19
    Updating semver v1.0.24 -> v1.0.25
    Updating serde_json v1.0.135 -> v1.0.138
    Updating similar v2.6.0 -> v2.7.0
    Removing siphasher v0.3.11
    Updating string_cache v0.8.7 -> v0.8.8
    Updating string_cache_codegen v0.5.2 -> v0.5.3
    Updating syn v2.0.96 -> v2.0.97
    Updating tempfile v3.15.0 -> v3.16.0
    Updating unicode-ident v1.0.14 -> v1.0.16
    Updating uuid v1.12.0 -> v1.12.1
      Adding wasi v0.13.3+wasi-0.2.2
      Adding wasm-encoder v0.224.0
      Adding wasmparser v0.224.0
    Updating wast v223.0.0 -> v224.0.0
    Updating wat v1.223.0 -> v1.224.0
      Adding wit-bindgen-rt v0.33.0
note: pass `--verbose` to see 44 unchanged dependencies behind latest

library dependencies:
     Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 6 unchanged dependencies behind latest

rustbook dependencies:
     Locking 11 packages to latest compatible versions
    Removing byteorder v1.5.0
    Updating cc v1.2.10 -> v1.2.11
    Updating clap_complete v4.5.43 -> v4.5.44
    Updating getrandom v0.2.15 -> v0.3.1
    Removing phf_generator v0.10.0
    Removing phf_shared v0.10.0
    Removing ppv-lite86 v0.2.20
    Removing rand_chacha v0.3.1
    Removing siphasher v0.3.11
    Updating string_cache v0.8.7 -> v0.8.8
    Updating string_cache_codegen v0.5.2 -> v0.5.3
    Updating syn v2.0.96 -> v2.0.97
    Updating tempfile v3.15.0 -> v3.16.0
    Updating toml_edit v0.22.22 -> v0.22.23
    Updating wasi v0.11.0+wasi-snapshot-preview1 -> v0.13.3+wasi-0.2.2
    Updating winnow v0.6.25 -> v0.7.0
      Adding wit-bindgen-rt v0.33.0
    Removing zerocopy v0.7.35
    Removing zerocopy-derive v0.7.35

@rustbot
Copy link
Collaborator

rustbot commented Jan 26, 2025

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 (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot
Copy link
Collaborator

rustbot commented Jan 26, 2025

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 26, 2025
@bors
Copy link
Contributor

bors commented Jan 29, 2025

☔ The latest upstream changes (presumably #136248) made this pull request unmergeable. Please resolve the merge conflicts.

compiler & tools dependencies:
     Locking 27 packages to latest compatible versions
    Updating bumpalo v3.16.0 -> v3.17.0
    Updating clap v4.5.26 -> v4.5.27
    Updating clap_builder v4.5.26 -> v4.5.27
    Updating clap_complete v4.5.42 -> v4.5.44
    Updating cpufeatures v0.2.16 -> v0.2.17
      Adding getrandom v0.3.1
    Updating indexmap v2.7.0 -> v2.7.1
    Updating indicatif v0.17.9 -> v0.17.11
    Updating mdbook v0.4.43 -> v0.4.44
    Updating openssl-probe v0.1.5 -> v0.1.6
    Removing phf_generator v0.10.0
    Removing phf_shared v0.10.0
    Updating rustix v0.38.43 -> v0.38.44
    Updating ryu v1.0.18 -> v1.0.19
    Updating semver v1.0.24 -> v1.0.25
    Updating serde_json v1.0.135 -> v1.0.138
    Updating similar v2.6.0 -> v2.7.0
    Removing siphasher v0.3.11
    Updating string_cache v0.8.7 -> v0.8.8
    Updating string_cache_codegen v0.5.2 -> v0.5.3
    Updating syn v2.0.96 -> v2.0.97
    Updating tempfile v3.15.0 -> v3.16.0
    Updating unicode-ident v1.0.14 -> v1.0.16
    Updating uuid v1.12.0 -> v1.12.1
      Adding wasi v0.13.3+wasi-0.2.2
      Adding wasm-encoder v0.224.0
      Adding wasmparser v0.224.0
    Updating wast v223.0.0 -> v224.0.0
    Updating wat v1.223.0 -> v1.224.0
      Adding wit-bindgen-rt v0.33.0
note: pass `--verbose` to see 44 unchanged dependencies behind latest

library dependencies:
     Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 6 unchanged dependencies behind latest

rustbook dependencies:
     Locking 11 packages to latest compatible versions
    Removing byteorder v1.5.0
    Updating cc v1.2.10 -> v1.2.11
    Updating clap_complete v4.5.43 -> v4.5.44
    Updating getrandom v0.2.15 -> v0.3.1
    Removing phf_generator v0.10.0
    Removing phf_shared v0.10.0
    Removing ppv-lite86 v0.2.20
    Removing rand_chacha v0.3.1
    Removing siphasher v0.3.11
    Updating string_cache v0.8.7 -> v0.8.8
    Updating string_cache_codegen v0.5.2 -> v0.5.3
    Updating syn v2.0.96 -> v2.0.97
    Updating tempfile v3.15.0 -> v3.16.0
    Updating toml_edit v0.22.22 -> v0.22.23
    Updating wasi v0.11.0+wasi-snapshot-preview1 -> v0.13.3+wasi-0.2.2
    Updating winnow v0.6.25 -> v0.7.0
      Adding wit-bindgen-rt v0.33.0
    Removing zerocopy v0.7.35
    Removing zerocopy-derive v0.7.35
@bors
Copy link
Contributor

bors commented Feb 3, 2025

☔ The latest upstream changes (presumably #136454) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants