Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Type Update Change
bzip2 workspace.dependencies patch 0.6.0 -> 0.6.1
cfg-if workspace.dependencies patch 1.0.3 -> 1.0.4
clap workspace.dependencies patch 4.5.48 -> 4.5.49
cxx (source) dependencies patch 1.0.186 -> 1.0.187
cxx-build (source) build-dependencies patch 1.0.186 -> 1.0.187
getrandom_v03 workspace.dependencies patch 0.3.3 -> 0.3.4
half workspace.dependencies patch 2.7.0 -> 2.7.1
num_enum workspace.dependencies patch 0.7.4 -> 0.7.5
pco workspace.dependencies patch 0.4.6 -> 0.4.7
regex workspace.dependencies patch 1.12.1 -> 1.12.2
reqwest workspace.dependencies patch 0.12.23 -> 0.12.24

Release Notes

trifectatechfoundation/bzip2-rs (bzip2)

v0.6.1

Compare Source

rust-lang/cfg-if (cfg-if)

v1.0.4

Compare Source

  • Support cfg(true) and cfg(false) (#​99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule
clap-rs/clap (clap)

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present
dtolnay/cxx (cxx)

v1.0.187

Compare Source

rust-random/getrandom (getrandom_v03)

v0.3.4

Compare Source

Major change to wasm_js backend

Now, when the wasm_js feature is enabled, the wasm_js backend will be used
by default. Users of wasm32-unknown-unknown targeting JavaScript environments
like the Web and Node.js will no longer need to specify:

--cfg getrandom_backend="wasm_js"

in RUSTFLAGS for the crate to compile. They can now simple enable a feature.

Note: this should not affect non-JS users of the wasm32-unknown-unknown
target. Using --cfg getrandom_backend will still override the source of
randomness even if the wasm_js feature is enabled. This includes
--cfg getrandom_backend=custom and --cfg getrandom_backend=unsupported.

For more information, see the discussions in #​671, #​675, and #​730.

Added
  • unsupported opt-in backend #​667
  • windows_legacy opt-in backend #​724
Changed
  • Implement Memory Sanitizer unpoisoning more precisely #​678
  • Relax MSRV for the linux_raw opt-in backend on ARM targets #​688
  • Use getrandom syscall on all RISC-V Linux targets #​699
  • Replaced wasi dependency with wasip2 #​721
  • Enable wasm_js backend by default if the wasm_js feature is enabled #​730
Removed
  • Unstable rustc-dep-of-std crate feature #​694
VoidStarKat/half-rs (half)

v2.7.1

Compare Source

Fixed
  • loongarch64 lsx hardware intrinsics for f16 conversions now enabled only under
    nightly cargo feature, fixing compile errors on stable Rust.
illicitonion/num_enum (num_enum)

v0.7.5

Compare Source

pcodec/pcodec (pco)

v0.4.7

Compare Source

  • Improved compression speed substantially when there is only 1 bin.
  • Improved decompression speeds, especially on x64 on small data types.
rust-lang/regex (regex)

v1.12.2

Compare Source

===================
This release fixes a cargo doc breakage on nightly when --cfg docsrs is
enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

  • BUG #​1305:
    Switches the doc_auto_cfg feature to doc_cfg on nightly for docs.rs builds.
seanmonstar/reqwest (reqwest)

v0.12.24

Compare Source

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the changelog/chore A trivial change label Oct 20, 2025
@renovate renovate bot enabled auto-merge (squash) October 20, 2025 02:08
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 20, 2025

CodSpeed Performance Report

Merging #4995 will improve performances by 11.56%

Comparing renovate/all-patch-updates (c3f2a43) with develop (10f5345)

Summary

⚡ 1 improvement
✅ 1308 untouched

Benchmarks breakdown

Benchmark BASE HEAD Change
set_indices_arrow_buffer[128] 1.1 µs 1 µs +11.56%

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.29%. Comparing base (10f5345) to head (c3f2a43).
⚠️ Report is 1 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot merged commit 5b8f94e into develop Oct 20, 2025
40 checks passed
@renovate renovate bot deleted the renovate/all-patch-updates branch October 20, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants