Commit 5b8f94e
authored
chore(deps): update all patch updates (#4995)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bzip2](https://redirect.github.com/trifectatechfoundation/bzip2-rs) |
workspace.dependencies | patch | `0.6.0` -> `0.6.1` |
| [cfg-if](https://redirect.github.com/rust-lang/cfg-if) |
workspace.dependencies | patch | `1.0.3` -> `1.0.4` |
| [clap](https://redirect.github.com/clap-rs/clap) |
workspace.dependencies | patch | `4.5.48` -> `4.5.49` |
| [cxx](https://cxx.rs)
([source](https://redirect.github.com/dtolnay/cxx)) | dependencies |
patch | `1.0.186` -> `1.0.187` |
| [cxx-build](https://cxx.rs)
([source](https://redirect.github.com/dtolnay/cxx)) | build-dependencies
| patch | `1.0.186` -> `1.0.187` |
| [getrandom_v03](https://redirect.github.com/rust-random/getrandom) |
workspace.dependencies | patch | `0.3.3` -> `0.3.4` |
| [half](https://redirect.github.com/VoidStarKat/half-rs) |
workspace.dependencies | patch | `2.7.0` -> `2.7.1` |
| [num_enum](https://redirect.github.com/illicitonion/num_enum) |
workspace.dependencies | patch | `0.7.4` -> `0.7.5` |
| [pco](https://redirect.github.com/pcodec/pcodec) |
workspace.dependencies | patch | `0.4.6` -> `0.4.7` |
| [regex](https://redirect.github.com/rust-lang/regex) |
workspace.dependencies | patch | `1.12.1` -> `1.12.2` |
| [reqwest](https://redirect.github.com/seanmonstar/reqwest) |
workspace.dependencies | patch | `0.12.23` -> `0.12.24` |
---
### Release Notes
<details>
<summary>trifectatechfoundation/bzip2-rs (bzip2)</summary>
###
[`v0.6.1`](https://redirect.github.com/trifectatechfoundation/bzip2-rs/compare/v0.6.0...v0.6.1)
[Compare
Source](https://redirect.github.com/trifectatechfoundation/bzip2-rs/compare/v0.6.0...v0.6.1)
</details>
<details>
<summary>rust-lang/cfg-if (cfg-if)</summary>
###
[`v1.0.4`](https://redirect.github.com/rust-lang/cfg-if/blob/HEAD/CHANGELOG.md#104---2025-10-15)
[Compare
Source](https://redirect.github.com/rust-lang/cfg-if/compare/v1.0.3...v1.0.4)
- Support `cfg(true)` and `cfg(false)`
([#​99](https://redirect.github.com/rust-lang/cfg-if/pull/99))
- Set and test a MSRV of 1.32
- Have a single top-level rule
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.49`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4549---2025-10-13)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.48...v4.5.49)
##### Fixes
- *(help)* Correctly wrap when ANSI escape codes are present
</details>
<details>
<summary>dtolnay/cxx (cxx)</summary>
###
[`v1.0.187`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.187)
[Compare
Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.186...1.0.187)
- Update `codespan-reporting` dependency to 0.13
([#​1662](https://redirect.github.com/dtolnay/cxx/issues/1662),
[#​1661](https://redirect.github.com/dtolnay/cxx/issues/1661))
</details>
<details>
<summary>rust-random/getrandom (getrandom_v03)</summary>
###
[`v0.3.4`](https://redirect.github.com/rust-random/getrandom/blob/HEAD/CHANGELOG.md#034---2025-10-14)
[Compare
Source](https://redirect.github.com/rust-random/getrandom/compare/v0.3.3...v0.3.4)
##### 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]
[#​667]:
https://redirect.github.com/rust-random/getrandom/pull/667
[#​671]:
https://redirect.github.com/rust-random/getrandom/issues/671
[#​675]:
https://redirect.github.com/rust-random/getrandom/pull/675
[#​678]:
https://redirect.github.com/rust-random/getrandom/pull/678
[#​688]:
https://redirect.github.com/rust-random/getrandom/pull/688
[#​694]:
https://redirect.github.com/rust-random/getrandom/pull/694
[#​699]:
https://redirect.github.com/rust-random/getrandom/pull/699
[#​721]:
https://redirect.github.com/rust-random/getrandom/pull/721
[#​724]:
https://redirect.github.com/rust-random/getrandom/pull/724
[#​730]:
https://redirect.github.com/rust-random/getrandom/pull/730
</details>
<details>
<summary>VoidStarKat/half-rs (half)</summary>
###
[`v2.7.1`](https://redirect.github.com/VoidStarKat/half-rs/blob/HEAD/CHANGELOG.md#271---2025-10-13-a-name271a)
[Compare
Source](https://redirect.github.com/VoidStarKat/half-rs/compare/v2.7.0...v2.7.1)
##### Fixed
- `loongarch64` `lsx` hardware intrinsics for `f16` conversions now
enabled only under
`nightly` cargo feature, fixing compile errors on stable Rust.
</details>
<details>
<summary>illicitonion/num_enum (num_enum)</summary>
###
[`v0.7.5`](https://redirect.github.com/illicitonion/num_enum/compare/0.7.4...0.7.5)
[Compare
Source](https://redirect.github.com/illicitonion/num_enum/compare/0.7.4...0.7.5)
</details>
<details>
<summary>pcodec/pcodec (pco)</summary>
###
[`v0.4.7`](https://redirect.github.com/pcodec/pcodec/releases/tag/v0.4.7)
[Compare
Source](https://redirect.github.com/pcodec/pcodec/compare/v0.4.6...v0.4.7)
- Improved compression speed substantially when there is only 1 bin.
- Improved decompression speeds, especially on x64 on small data types.
</details>
<details>
<summary>rust-lang/regex (regex)</summary>
###
[`v1.12.2`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1122-2025-10-13)
[Compare
Source](https://redirect.github.com/rust-lang/regex/compare/1.12.1...1.12.2)
\===================
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](https://redirect.github.com/rust-lang/regex/issues/1305):
Switches the `doc_auto_cfg` feature to `doc_cfg` on nightly for docs.rs
builds.
</details>
<details>
<summary>seanmonstar/reqwest (reqwest)</summary>
###
[`v0.12.24`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01224)
[Compare
Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24)
- Refactor cookie handling to an internal middleware.
- Refactor internal random generator.
- Refactor base64 encoding to reduce a copy.
- Documentation updates.
</details>
---
### 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 10f5345 commit 5b8f94e
1 file changed
+66
-76
lines changed
0 commit comments