Skip to content

chore(deps): update compatible#16952

Merged
ehuss merged 4 commits intomasterfrom
renovate/compatible
May 1, 2026
Merged

chore(deps): update compatible#16952
ehuss merged 4 commits intomasterfrom
renovate/compatible

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Type Update Change
blake3 workspace.dependencies patch 1.8.41.8.5
clap workspace.dependencies patch 4.6.04.6.1
clap_complete workspace.dependencies patch 4.6.04.6.3
openssl-src workspace.dependencies minor =300.5.4=300.6.0
snapbox workspace.dependencies patch 1.2.01.2.1
toml_edit workspace.dependencies patch 0.25.10+spec-1.1.00.25.11

Release Notes

BLAKE3-team/BLAKE3 (blake3)

v1.8.5

Compare Source

version 1.8.5

Changes since 1.8.4:

  • Forcibly disable LTO when compiling C intrinsics from the Rust build.
    This fixes a build break on Arch Linux ARM:
    #​550
clap-rs/clap (clap)

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed
alexcrichton/openssl-src-rs (openssl-src)

v300.6.0

Compare Source

v300.5.5

Compare Source

assert-rs/snapbox (snapbox)

v1.2.1

Compare Source

toml-rs/toml (toml_edit)

v0.25.11

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 1, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 1, 2026

r? @ehuss

rustbot has assigned @ehuss.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ehuss, @epage, @weihanglo
  • @ehuss, @epage, @weihanglo expanded to ehuss, epage, weihanglo
  • Random selection from ehuss, epage, weihanglo

ehuss added 3 commits May 1, 2026 14:30
300.6.0 contains OpenSSL 3.6.2 which contains the fix
openssl/openssl#29827 that should resolve the
ppc64 issue.
This updates curl-sys to get curl 8.20.0 which contains a number of
fixes. See alexcrichton/curl-rust#649

This also switches to a newer version of windows-sys which uses
raw-dylib instead.
Updating cargo-platform v0.3.2 -> v0.3.3
Updating cmov v0.5.2 -> v0.5.3
Updating ctutils v0.4.0 -> v0.4.2
Updating gix-fs v0.21.0 -> v0.21.1
Updating hybrid-array v0.4.10 -> v0.4.11
Updating idna_adapter v1.2.1 -> v1.2.2
Updating js-sys v0.3.95 -> v0.3.97
Updating leb128 v0.2.5 -> v0.2.6
Updating orion v0.17.13 -> v0.17.14
Updating rand v0.9.2 -> v0.9.4
Updating rayon v1.11.0 -> v1.12.0
Updating reqwest v0.13.2 -> v0.13.3
Updating rustls v0.23.39 -> v0.23.40
Updating sqlite-wasm-rs v0.5.2 -> v0.5.3
Updating wasm-bindgen v0.2.118 -> v0.2.120
Updating wasm-bindgen-futures v0.4.68 -> v0.4.70
Updating wasm-bindgen-macro v0.2.118 -> v0.2.120
Updating wasm-bindgen-macro-support v0.2.118 -> v0.2.120
Updating wasm-bindgen-shared v0.2.118 -> v0.2.120
Updating web-sys v0.3.95 -> v0.3.97
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 1, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ehuss
Copy link
Copy Markdown
Contributor

ehuss commented May 1, 2026

@weihanglo This unpins openssl-src. Are you ok with that (per the description)?

Also, this is just a heads up that this changes a lot, in case it fails when syncing rust-lang/rust.

Copy link
Copy Markdown
Member

@weihanglo weihanglo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Looks like it is fixed. Thanks for the ping!

View changes since this review

@ehuss ehuss enabled auto-merge May 1, 2026 22:20
@ehuss ehuss added this pull request to the merge queue May 1, 2026
Merged via the queue into master with commit 4f9b520 May 1, 2026
47 of 60 checks passed
@ehuss ehuss deleted the renovate/compatible branch May 1, 2026 23:09
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 1, 2026
rust-bors Bot pushed a commit to rust-lang/rust that referenced this pull request May 2, 2026
Update cargo submodule

10 commits in eb9b60f1f6604b5e022c56be31692c215b8ba11d..4f9b52075316e9ced380c8fa492858048d5758b6
2026-04-24 20:52:07 +0000 to 2026-05-01 22:36:41 +0000
- chore(deps): update compatible (rust-lang/cargo#16952)
- feat(lints): Add deny-by-default text_direction_codepoint lints (rust-lang/cargo#16950)
- chore(deps): update embarkstudios/cargo-deny-action action to v2.0.17 (rust-lang/cargo#16953)
- docs(guide): Switch from third-party to first-party unused deps detection (rust-lang/cargo#16946)
- Remove curl dependency from crates-io crate (rust-lang/cargo#16936)
- chore(deps): update gix to 0.83 (rust-lang/cargo#16945)
- fix(compile): Where possible, hint about misplaced deps  (rust-lang/cargo#16940)
- Remove `windows-sys` from `home` (rust-lang/cargo#16918)
- docs(resolver): `--precise <yanked>` is on stable (rust-lang/cargo#16944)
- Update `gix` to 0.82 (with security fixes and hardened parsers) (rust-lang/cargo#16941)
@rustbot rustbot added this to the 1.97.0 milestone May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants