Commit bef6443
Update all patch updates (#5083)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cbindgen](https://redirect.github.com/mozilla/cbindgen) |
workspace.dependencies | patch | `0.29.0` -> `0.29.2` |
| [cc](https://redirect.github.com/rust-lang/cc-rs) |
workspace.dependencies | patch | `1.2.41` -> `1.2.43` |
| [clap](https://redirect.github.com/clap-rs/clap) |
workspace.dependencies | patch | `4.5.49` -> `4.5.50` |
| [cudarc](https://redirect.github.com/coreylowman/cudarc) |
workspace.dependencies | patch | `0.17.3` -> `0.17.4` |
| [divan](https://codspeed.io)
([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) |
workspace.dependencies | patch | `4.0.4` -> `4.0.5` |
| [indicatif](https://redirect.github.com/console-rs/indicatif) |
workspace.dependencies | patch | `0.18.0` -> `0.18.2` |
| [lance](https://redirect.github.com/lancedb/lance) | dependencies |
patch | `0.38.2` -> `0.38.3` |
| [lance-encoding](https://redirect.github.com/lancedb/lance) |
dependencies | patch | `0.38.2` -> `0.38.3` |
| [memmap2](https://redirect.github.com/RazrFalcon/memmap2-rs) |
workspace.dependencies | patch | `0.9.8` -> `0.9.9` |
| [pyo3-log](https://redirect.github.com/vorner/pyo3-log) |
workspace.dependencies | patch | `0.13.1` -> `0.13.2` |
| [wasm-bindgen-futures](https://wasm-bindgen.github.io/wasm-bindgen/)
([source](https://redirect.github.com/wasm-bindgen/wasm-bindgen/tree/HEAD/crates/futures))
| workspace.dependencies | patch | `0.4.54` -> `0.4.55` |
---
### Release Notes
<details>
<summary>mozilla/cbindgen (cbindgen)</summary>
###
[`v0.29.2`](https://redirect.github.com/mozilla/cbindgen/blob/HEAD/CHANGES#0292)
[Compare
Source](https://redirect.github.com/mozilla/cbindgen/compare/v0.29.1...v0.29.2)
- Request serde's std feature to avoid issues with newer toml versions.
###
[`v0.29.1`](https://redirect.github.com/mozilla/cbindgen/blob/HEAD/CHANGES#0291)
[Compare
Source](https://redirect.github.com/mozilla/cbindgen/compare/0.29.0...v0.29.1)
-
[`cf13c2b`](https://redirect.github.com/mozilla/cbindgen/commit/cf13c2b)
enum: Track dependencies properly in enumerations.
\*
[`307d1e9`](https://redirect.github.com/mozilla/cbindgen/commit/307d1e9)
constant: Handle cfg in associated constants.
\*
[`0902d02`](https://redirect.github.com/mozilla/cbindgen/commit/0902d02)
Remove "display" feature from the toml crate
\*
[`9068410`](https://redirect.github.com/mozilla/cbindgen/commit/9068410)
Fix incorrect detection of duplicated constants
\*
[`451e768`](https://redirect.github.com/mozilla/cbindgen/commit/451e768)
docs: Correct after\_include type in example config (fix)
\*
[`aff68c6`](https://redirect.github.com/mozilla/cbindgen/commit/aff68c6)
cargo update
\*
[`09666f6`](https://redirect.github.com/mozilla/cbindgen/commit/09666f6)
Update toml to 0.9
</details>
<details>
<summary>rust-lang/cc-rs (cc)</summary>
###
[`v1.2.43`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1243---2025-10-24)
[Compare
Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.42...cc-v1.2.43)
##### Other
- Mark `static_flag` and `shared_flag` as deprecated
([#​1582](https://redirect.github.com/rust-lang/cc-rs/pull/1582))
###
[`v1.2.42`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1242---2025-10-24)
[Compare
Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.41...cc-v1.2.42)
##### Other
- Fix check-semver-checks
([#​1600](https://redirect.github.com/rust-lang/cc-rs/pull/1600))
- minor improvement for docs
([#​1598](https://redirect.github.com/rust-lang/cc-rs/pull/1598))
- Fix linker-plugin-lto: use `-flto=thin`
([#​1594](https://redirect.github.com/rust-lang/cc-rs/pull/1594))
- Disable check-buildstd for armv7k-apple-watchos
([#​1599](https://redirect.github.com/rust-lang/cc-rs/pull/1599))
- Add elf abi to ppc64 targets
([#​1596](https://redirect.github.com/rust-lang/cc-rs/pull/1596))
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.50`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.49...v4.5.50)
##### Features
- Accept `Cow` where `String` and `&str` are accepted
</details>
<details>
<summary>coreylowman/cudarc (cudarc)</summary>
###
[`v0.17.4`](https://redirect.github.com/coreylowman/cudarc/releases/tag/v0.17.4):
- nvtx & cupti bindings added!
[Compare
Source](https://redirect.github.com/coreylowman/cudarc/compare/v0.17.3...v0.17.4)
#### What's Changed
- nccl: update bindings to 2.28.3 by
[@​zackangelo](https://redirect.github.com/zackangelo) in
[#​463](https://redirect.github.com/coreylowman/cudarc/pull/463)
- Add CUPTI bindings by
[@​johanpel](https://redirect.github.com/johanpel) in
[#​458](https://redirect.github.com/coreylowman/cudarc/pull/458)
- Adds nvtx api by
[@​coreylowman](https://redirect.github.com/coreylowman) in
[#​465](https://redirect.github.com/coreylowman/cudarc/pull/465)
- Module level documentation pass by
[@​coreylowman](https://redirect.github.com/coreylowman) in
[#​448](https://redirect.github.com/coreylowman/cudarc/pull/448)
- Removing default impls from bindgen by
[@​coreylowman](https://redirect.github.com/coreylowman) in
[#​466](https://redirect.github.com/coreylowman/cudarc/pull/466)
- Internal: Remove \_ for array lengths by
[@​coreylowman](https://redirect.github.com/coreylowman) in
[#​467](https://redirect.github.com/coreylowman/cudarc/pull/467)
#### New Contributors
- [@​johanpel](https://redirect.github.com/johanpel) made their
first contribution in
[#​458](https://redirect.github.com/coreylowman/cudarc/pull/458)
**Full Changelog**:
<chelsea0x3b/cudarc@v0.17.3...v0.17.4>
</details>
<details>
<summary>CodSpeedHQ/codspeed-rust (divan)</summary>
###
[`v4.0.5`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v4.0.5)
[Compare
Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v4.0.4...v4.0.5)
#### What's Changed
- feat(cargo-codspeed): add explicit mode with command when no
benchmarks are found in run by
[@​adriencaccia](https://redirect.github.com/adriencaccia) in
[#​140](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/140)
- Remove extraneous $ in inline asm for Intel syntax by
[@​chirizxc](https://redirect.github.com/chirizxc) in
[#​138](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/138)
- fix: building codspeed with clang by
[@​not-matthias](https://redirect.github.com/not-matthias) in
[#​137](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/137)
#### New Contributors
- [@​chirizxc](https://redirect.github.com/chirizxc) made their
first contribution in
[#​138](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/138)
**Full Changelog**:
<CodSpeedHQ/codspeed-rust@v4.0.4...v4.0.5>
</details>
<details>
<summary>console-rs/indicatif (indicatif)</summary>
###
[`v0.18.1`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.18.1)
[Compare
Source](https://redirect.github.com/console-rs/indicatif/compare/0.18.0...0.18.1)
#### What's Changed
- Do not render "current" char if no "current" char is configured by
[@​Finomnis](https://redirect.github.com/Finomnis) in
[#​719](https://redirect.github.com/console-rs/indicatif/pull/719)
- Update vt100 requirement from 0.15.1 to 0.16.1 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​723](https://redirect.github.com/console-rs/indicatif/pull/723)
- Bump MSRV to 1.71 with versioned lockfile by
[@​djc](https://redirect.github.com/djc) in
[#​735](https://redirect.github.com/console-rs/indicatif/pull/735)
- Fix wide\_bar width computation with a multiline message by
[@​glehmann](https://redirect.github.com/glehmann) in
[#​738](https://redirect.github.com/console-rs/indicatif/pull/738)
</details>
<details>
<summary>lancedb/lance (lance)</summary>
###
[`v0.38.3`](https://redirect.github.com/lancedb/lance/releases/tag/v0.38.3)
[Compare
Source](https://redirect.github.com/lancedb/lance/compare/v0.38.2...v0.38.3)
<!-- Release notes generated using configuration in .github/release.yml
at v0.38.3 -->
##### What's Changed
##### Breaking Changes 🛠
- refactor!: cleanup public API, remove lance\_arrow re-exports by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​4991](https://redirect.github.com/lancedb/lance/pull/4991)
##### New Features 🎉
- feat: handle forking better by
[@​cmccabe](https://redirect.github.com/cmccabe) in
[#​4903](https://redirect.github.com/lancedb/lance/pull/4903)
- feat: add multi-path support for lance data paths by
[@​jaystarshot](https://redirect.github.com/jaystarshot) in
[#​4765](https://redirect.github.com/lancedb/lance/pull/4765)
- feat: support general compression zstd/lz4 in blocks by
[@​lyang24](https://redirect.github.com/lyang24) in
[#​4900](https://redirect.github.com/lancedb/lance/pull/4900)
- feat: fts supports custom stop words by
[@​wojiaodoubao](https://redirect.github.com/wojiaodoubao) in
[#​4866](https://redirect.github.com/lancedb/lance/pull/4866)
- feat: implement add\_bases api to add bases to lance dataset by
[@​jaystarshot](https://redirect.github.com/jaystarshot) in
[#​4945](https://redirect.github.com/lancedb/lance/pull/4945)
- feat: allow a commit message to be specified in the python dataset
commit method by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​4952](https://redirect.github.com/lancedb/lance/pull/4952)
- feat: support tracking newly inserted and updated rows between
versions by [@​yanghua](https://redirect.github.com/yanghua) in
[#​4741](https://redirect.github.com/lancedb/lance/pull/4741)
- feat: support fetching \_rowid and \_rowaddr in take operation by
[@​chunshao90](https://redirect.github.com/chunshao90) in
[#​4794](https://redirect.github.com/lancedb/lance/pull/4794)
- feat: support mTLS in REST namespace by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​4981](https://redirect.github.com/lancedb/lance/pull/4981)
- fix: populate all fields from ExecutionSummaryCounts to ScannerStats
by [@​jaystarshot](https://redirect.github.com/jaystarshot) in
[#​4980](https://redirect.github.com/lancedb/lance/pull/4980)
- feat: support WhenMatched::Fail for MergeInsert by
[@​ddupg](https://redirect.github.com/ddupg) in
[#​4956](https://redirect.github.com/lancedb/lance/pull/4956)
- feat(java): support shallow\_clone by
[@​majin1102](https://redirect.github.com/majin1102) in
[#​4962](https://redirect.github.com/lancedb/lance/pull/4962)
- feat: add VariablePackedStruct defination by
[@​Xuanwo](https://redirect.github.com/Xuanwo) in
[#​4950](https://redirect.github.com/lancedb/lance/pull/4950)
- feat: log version on dataset load event by
[@​wjones127](https://redirect.github.com/wjones127) in
[#​4988](https://redirect.github.com/lancedb/lance/pull/4988)
- feat(java): support blob api by
[@​majin1102](https://redirect.github.com/majin1102) in
[#​4769](https://redirect.github.com/lancedb/lance/pull/4769)
- feat(python): support shallow\_clone by
[@​majin1102](https://redirect.github.com/majin1102) in
[#​4949](https://redirect.github.com/lancedb/lance/pull/4949)
- feat: expose storage options in dataset by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​5016](https://redirect.github.com/lancedb/lance/pull/5016)
- feat: should dictionary encode based on size by
[@​yingjianwu98](https://redirect.github.com/yingjianwu98) in
[#​4972](https://redirect.github.com/lancedb/lance/pull/4972)
- feat: add variable packed struct support by
[@​Xuanwo](https://redirect.github.com/Xuanwo) in
[#​5003](https://redirect.github.com/lancedb/lance/pull/5003)
- feat(python): support index for nested field by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​5027](https://redirect.github.com/lancedb/lance/pull/5027)
- feat(java): support branch operations by
[@​majin1102](https://redirect.github.com/majin1102) in
[#​5012](https://redirect.github.com/lancedb/lance/pull/5012)
- feat(python): support branch operations by
[@​majin1102](https://redirect.github.com/majin1102) in
[#​5010](https://redirect.github.com/lancedb/lance/pull/5010)
- feat: add json fts in python by
[@​wojiaodoubao](https://redirect.github.com/wojiaodoubao) in
[#​5020](https://redirect.github.com/lancedb/lance/pull/5020)
- feat: add file audit events for deleting staging manifest paths in
external commit handler by
[@​wjones127](https://redirect.github.com/wjones127) in
[#​4989](https://redirect.github.com/lancedb/lance/pull/4989)
- feat: implement create index and data replacement conflict rules by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​5077](https://redirect.github.com/lancedb/lance/pull/5077)
- feat: support fragment level update columns operation in Python by
[@​xloya](https://redirect.github.com/xloya) in
[#​5001](https://redirect.github.com/lancedb/lance/pull/5001)
##### Bug Fixes 🐛
- fix: let Java module use LanceFileVersion::Stable
([#​4558](https://redirect.github.com/lancedb/lance/issues/4558))
by [@​ColdL](https://redirect.github.com/ColdL) in
[#​4559](https://redirect.github.com/lancedb/lance/pull/4559)
- fix: fts match query on column without inverted index by
[@​wojiaodoubao](https://redirect.github.com/wojiaodoubao) in
[#​4859](https://redirect.github.com/lancedb/lance/pull/4859)
- fix: fix broken FTS example by replacing ROW\_ID with DOC\_ID by
[@​niebayes](https://redirect.github.com/niebayes) in
[#​4917](https://redirect.github.com/lancedb/lance/pull/4917)
- fix: correctly record output\_rows in filtered read with hard
range\_after by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​4919](https://redirect.github.com/lancedb/lance/pull/4919)
- fix: rewrap LanceFilterExec with\_new\_children by
[@​wkalt](https://redirect.github.com/wkalt) in
[#​4920](https://redirect.github.com/lancedb/lance/pull/4920)
- fix: optimize\_indices may unexpectly delete delta indices by
[@​BubbleCal](https://redirect.github.com/BubbleCal) in
[#​4931](https://redirect.github.com/lancedb/lance/pull/4931)
- fix: rebuild HNSW graph while remapping it by
[@​BubbleCal](https://redirect.github.com/BubbleCal) in
[#​4941](https://redirect.github.com/lancedb/lance/pull/4941)
- fix: be compatible to old `pack` metadata in 2.0 by
[@​Xuanwo](https://redirect.github.com/Xuanwo) in
[#​4964](https://redirect.github.com/lancedb/lance/pull/4964)
- fix: filter with < current\_date() should expand with correct time by
[@​Xuanwo](https://redirect.github.com/Xuanwo) in
[#​4963](https://redirect.github.com/lancedb/lance/pull/4963)
- fix: use correct logic to detect old/new scheme in binary block
decoder by [@​westonpace](https://redirect.github.com/westonpace)
in [#​4966](https://redirect.github.com/lancedb/lance/pull/4966)
- fix: support preview relase in writer version by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​4974](https://redirect.github.com/lancedb/lance/pull/4974)
- fix: index cache assumed\_entry\_size is inconsistent by
[@​ddupg](https://redirect.github.com/ddupg) in
[#​4975](https://redirect.github.com/lancedb/lance/pull/4975)
- fix: clarify column names in missing column errors by
[@​wkalt](https://redirect.github.com/wkalt) in
[#​4942](https://redirect.github.com/lancedb/lance/pull/4942)
- fix: the KMeans may result in all zeros centroids by
[@​BubbleCal](https://redirect.github.com/BubbleCal) in
[#​4977](https://redirect.github.com/lancedb/lance/pull/4977)
- fix: full text search may miss some results by
[@​BubbleCal](https://redirect.github.com/BubbleCal) in
[#​4986](https://redirect.github.com/lancedb/lance/pull/4986)
- fix: do not modify Lance schema when projecting system columns by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​4997](https://redirect.github.com/lancedb/lance/pull/4997)
- fix: handle empty batches in dictionary decode helper by
[@​yingjianwu98](https://redirect.github.com/yingjianwu98) in
[#​4995](https://redirect.github.com/lancedb/lance/pull/4995)
- fix: coerce nested regexp\_match to boolean in filters by
[@​BubbleCal](https://redirect.github.com/BubbleCal) in
[#​5019](https://redirect.github.com/lancedb/lance/pull/5019)
- fix: update to respect file version from write params when writing
fragments in java by
[@​morales-t-netflix](https://redirect.github.com/morales-t-netflix)
in [#​5014](https://redirect.github.com/lancedb/lance/pull/5014)
- fix: general block decompression mismatch for Lance 2.2 dictionaries
by [@​Xuanwo](https://redirect.github.com/Xuanwo) in
[#​5025](https://redirect.github.com/lancedb/lance/pull/5025)
- fix: handle List types in Substrait field counting by
[@​LuQQiu](https://redirect.github.com/LuQQiu) in
[#​5015](https://redirect.github.com/lancedb/lance/pull/5015)
- fix: ensure limit cancels scan by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​5032](https://redirect.github.com/lancedb/lance/pull/5032)
- fix: don't panic in 2.1 if one page has nulls and the other doesn't by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​5074](https://redirect.github.com/lancedb/lance/pull/5074)
- fix: correct read column ordering in Fragment::update\_columns by
[@​wayneli-vt](https://redirect.github.com/wayneli-vt) in
[#​4983](https://redirect.github.com/lancedb/lance/pull/4983)
- fix(java): the CompactionOptions is not serializable by
[@​steFaiz](https://redirect.github.com/steFaiz) in
[#​4819](https://redirect.github.com/lancedb/lance/pull/4819)
- fix: fix the deduplicated prefix in the opendal s3 store root setting
by [@​xloya](https://redirect.github.com/xloya) in
[#​5082](https://redirect.github.com/lancedb/lance/pull/5082)
##### Documentation 📚
- docs: add RabitQ in vector index spec by
[@​BubbleCal](https://redirect.github.com/BubbleCal) in
[#​4913](https://redirect.github.com/lancedb/lance/pull/4913)
- docs: document the metadata cache by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​4953](https://redirect.github.com/lancedb/lance/pull/4953)
- docs: add docs for newly added options by
[@​Xuanwo](https://redirect.github.com/Xuanwo) in
[#​4976](https://redirect.github.com/lancedb/lance/pull/4976)
- docs: minor fix for docs/src/format/table/index.md#Deletion by
[@​zhangyue19921010](https://redirect.github.com/zhangyue19921010)
in [#​5033](https://redirect.github.com/lancedb/lance/pull/5033)
- docs: minor doc fix for stable row id description by
[@​zhangyue19921010](https://redirect.github.com/zhangyue19921010)
in [#​5047](https://redirect.github.com/lancedb/lance/pull/5047)
- docs: add initial migration guide and document some steps for 0.39 by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​5052](https://redirect.github.com/lancedb/lance/pull/5052)
- docs: add migration guide for diff\_meta and namespace by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​5054](https://redirect.github.com/lancedb/lance/pull/5054)
- docs: add json to full text search document by
[@​wojiaodoubao](https://redirect.github.com/wojiaodoubao) in
[#​4865](https://redirect.github.com/lancedb/lance/pull/4865)
##### Other Changes
- refactor: move lance-namespace into lance repo by
[@​jackye1995](https://redirect.github.com/jackye1995) in
[#​4978](https://redirect.github.com/lancedb/lance/pull/4978)
- refactor: use lance-io object store for dir namespace and improve
builder by [@​jackye1995](https://redirect.github.com/jackye1995)
in [#​5045](https://redirect.github.com/lancedb/lance/pull/5045)
- refactor: don't add new with\_... columns to scanner by
[@​westonpace](https://redirect.github.com/westonpace) in
[#​5007](https://redirect.github.com/lancedb/lance/pull/5007)
##### New Contributors
- [@​yingjianwu98](https://redirect.github.com/yingjianwu98) made
their first contribution in
[#​4901](https://redirect.github.com/lancedb/lance/pull/4901)
- [@​niebayes](https://redirect.github.com/niebayes) made their
first contribution in
[#​4917](https://redirect.github.com/lancedb/lance/pull/4917)
-
[@​zhangyue19921010](https://redirect.github.com/zhangyue19921010)
made their first contribution in
[#​4915](https://redirect.github.com/lancedb/lance/pull/4915)
- [@​dependabot](https://redirect.github.com/dependabot)\[bot]
made their first contribution in
[#​4954](https://redirect.github.com/lancedb/lance/pull/4954)
- [@​chunshao90](https://redirect.github.com/chunshao90) made
their first contribution in
[#​4794](https://redirect.github.com/lancedb/lance/pull/4794)
**Full Changelog**:
<lance-format/lance@v0.38.2...v0.38.3>
</details>
<details>
<summary>RazrFalcon/memmap2-rs (memmap2)</summary>
###
[`v0.9.9`](https://redirect.github.com/RazrFalcon/memmap2-rs/blob/HEAD/CHANGELOG.md#099---2025-10-21)
[Compare
Source](https://redirect.github.com/RazrFalcon/memmap2-rs/compare/v0.9.8...v0.9.9)
##### Fixed
- Fix compilation on visionOS (and other apple operating systems).
[@​sinkingsugar](https://redirect.github.com/sinkingsugar)
- Do not assume `isize::MAX` fits in a `u64`.
[@​ThomasHabets](https://redirect.github.com/ThomasHabets)
</details>
<details>
<summary>vorner/pyo3-log (pyo3-log)</summary>
###
[`v0.13.2`](https://redirect.github.com/vorner/pyo3-log/blob/HEAD/CHANGELOG.md#0132)
[Compare
Source](https://redirect.github.com/vorner/pyo3-log/compare/v0.13.1...v0.13.2)
- Support for pyo3 0.27
([#​72](https://redirect.github.com/vorner/pyo3-log/issues/72)).
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==-->
---------
Signed-off-by: Robert Kruszewski <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kruszewski <[email protected]>1 parent 846f65f commit bef6443
2 files changed
+269
-211
lines changed
0 commit comments