Skip to content

Commit 837914d

Browse files
Update all patch updates (#5470)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [cc](https://redirect.github.com/rust-lang/cc-rs) | workspace.dependencies | patch | `1.2.46` -> `1.2.47` | [![age](https://developer.mend.io/api/mc/badges/age/crate/cc/1.2.47?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/cc/1.2.46/1.2.47?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.51` -> `4.5.53` | [![age](https://developer.mend.io/api/mc/badges/age/crate/clap/4.5.53?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/clap/4.5.51/4.5.53?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cxx](https://cxx.rs) ([source](https://redirect.github.com/dtolnay/cxx)) | dependencies | patch | `1.0.188` -> `1.0.189` | [![age](https://developer.mend.io/api/mc/badges/age/crate/cxx/1.0.189?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/cxx/1.0.188/1.0.189?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cxx-build](https://cxx.rs) ([source](https://redirect.github.com/dtolnay/cxx)) | build-dependencies | patch | `1.0.188` -> `1.0.189` | [![age](https://developer.mend.io/api/mc/badges/age/crate/cxx-build/1.0.189?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/cxx-build/1.0.188/1.0.189?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | | patch | `9.2.0` -> `9.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/gradle-version/gradle/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/gradle-version/gradle/9.2.0/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [hashbrown](https://redirect.github.com/rust-lang/hashbrown) | workspace.dependencies | patch | `0.16.0` -> `0.16.1` | [![age](https://developer.mend.io/api/mc/badges/age/crate/hashbrown/0.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/hashbrown/0.16.0/0.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [spiraldb/actions](https://redirect.github.com/spiraldb/actions) | action | patch | `0.18.3` -> `0.18.5` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/spiraldb%2factions/0.18.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/spiraldb%2factions/0.18.3/0.18.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [taffy](https://redirect.github.com/DioxusLabs/taffy) | workspace.dependencies | patch | `0.9.1` -> `0.9.2` | [![age](https://developer.mend.io/api/mc/badges/age/crate/taffy/0.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/taffy/0.9.1/0.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.immutables:value](https://redirect.github.com/immutables/immutables/tree/value) ([source](https://redirect.github.com/immutables/immutables)) | dependencies | patch | `2.11.6` -> `2.11.7` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.immutables:value/2.11.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.immutables:value/2.11.6/2.11.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rust-lang/cc-rs (cc)</summary> ### [`v1.2.47`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1247---2025-11-21) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.46...cc-v1.2.47) ##### Other - add helenos linker identifications ([#&#8203;1615](https://redirect.github.com/rust-lang/cc-rs/pull/1615)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.53`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4553---2025-11-19) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.52...v4.5.53) ##### Features - Add `default_values_if`, `default_values_ifs` ### [`v4.5.52`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4552---2025-11-17) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.51...v4.5.52) ##### Fixes - Don't panic when `args_conflicts_with_subcommands` conflicts with an `ArgGroup` </details> <details> <summary>dtolnay/cxx (cxx)</summary> ### [`v1.0.189`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.189) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.188...1.0.189) - Incorporate version number into cxx-generated symbol names to enforce version parity between C++ and Rust code generators in non-Cargo builds ([#&#8203;1665](https://redirect.github.com/dtolnay/cxx/issues/1665), thanks [@&#8203;anforowicz](https://redirect.github.com/anforowicz)) </details> <details> <summary>gradle/gradle (gradle)</summary> ### [`v9.2.1`](https://redirect.github.com/gradle/gradle/releases/tag/v9.2.1): 9.2.1 [Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.2.0...v9.2.1) The Gradle team is excited to announce Gradle 9.2.1. Here are the highlights of this release: - Windows ARM support - Improved publishing APIs - Better guidance for dependency verification failures [Read the Release Notes](https://docs.gradle.org/9.2.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Adam](https://redirect.github.com/aSemy), [Björn Kautler](https://redirect.github.com/Vampire), [hasunzo](https://redirect.github.com/hasunzo), [HYEON](https://redirect.github.com/iohyeon), [Hyunjoon Park](https://redirect.github.com/academey), [HYUNJUN SON](https://redirect.github.com/guswns1659), [Jendrik Johannes](https://redirect.github.com/jjohannes), [Kirill Gavrilov](https://redirect.github.com/gavvvr), [Madalin Valceleanu](https://redirect.github.com/vmadalin), [Martin Bonnin](https://redirect.github.com/martinbonnin), [Matthew Haughton](https://redirect.github.com/3flex), [Mikhail Polivakha](https://redirect.github.com/mipo256), [Na Minhyeok](https://redirect.github.com/NaMinhyeok), [Philip Wedemann](https://redirect.github.com/hfhbd), [Philipp Schneider](https://redirect.github.com/p-schneider), [Róbert Papp](https://redirect.github.com/TWiStErRob), [Simon Marquis](https://redirect.github.com/SimonMarquis), [TheGoesen](https://redirect.github.com/TheGoesen), [Vincent Potucek](https://redirect.github.com/Pankraz76), [Xin Wang](https://redirect.github.com/scaventz). #### Upgrade instructions Switch your build to use Gradle 9.2.1 by updating your wrapper: ``` ./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper ``` See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.2.1/userguide/upgrading_version_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.2.1/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://redirect.github.com/gradle). </details> <details> <summary>rust-lang/hashbrown (hashbrown)</summary> ### [`v0.16.1`](https://redirect.github.com/rust-lang/hashbrown/blob/HEAD/CHANGELOG.md#0161---2025-11-20) [Compare Source](https://redirect.github.com/rust-lang/hashbrown/compare/v0.16.0...v0.16.1) ##### Added - Added `HashTable` methods related to the raw bucket index ([#&#8203;657](https://redirect.github.com/rust-lang/hashbrown/issues/657)) - Added `VacantEntryRef::insert_with_key` ([#&#8203;579](https://redirect.github.com/rust-lang/hashbrown/issues/579)) ##### Changed - Removed specialization for `Copy` types ([#&#8203;662](https://redirect.github.com/rust-lang/hashbrown/issues/662)) - The `get_many_mut` family of methods have been renamed to `get_disjoint_mut` to match the standard library. The old names are still present for now, but deprecated. ([#&#8203;648](https://redirect.github.com/rust-lang/hashbrown/issues/648)) - Recognize and use over-sized allocations when using custom allocators. ([#&#8203;523](https://redirect.github.com/rust-lang/hashbrown/issues/523)) - Depend on `serde_core` instead of `serde`. ([#&#8203;649](https://redirect.github.com/rust-lang/hashbrown/issues/649)) - Optimized `collect` on rayon parallel iterators. ([#&#8203;652](https://redirect.github.com/rust-lang/hashbrown/issues/652)) </details> <details> <summary>spiraldb/actions (spiraldb/actions)</summary> ### [`v0.18.5`](https://redirect.github.com/spiraldb/actions/releases/tag/0.18.5): 🥂 [Compare Source](https://redirect.github.com/spiraldb/actions/compare/0.18.4...0.18.5) ##### Changes - Add cache suffix for uv [@&#8203;blaginin](https://redirect.github.com/blaginin) ([#&#8203;35](https://redirect.github.com/spiraldb/actions/issues/35)) ### [`v0.18.4`](https://redirect.github.com/spiraldb/actions/releases/tag/0.18.4): 🥂 [Compare Source](https://redirect.github.com/spiraldb/actions/compare/0.18.3...0.18.4) ##### Changes - Update action.yml [@&#8203;danking](https://redirect.github.com/danking) ([#&#8203;34](https://redirect.github.com/spiraldb/actions/issues/34)) - expose a python-version argument [@&#8203;danking](https://redirect.github.com/danking) ([#&#8203;33](https://redirect.github.com/spiraldb/actions/issues/33)) </details> <details> <summary>DioxusLabs/taffy (taffy)</summary> ### [`v0.9.2`](https://redirect.github.com/DioxusLabs/taffy/blob/HEAD/CHANGELOG.md#092) [Compare Source](https://redirect.github.com/DioxusLabs/taffy/compare/v0.9.1...v0.9.2) ##### Fixed - Fix wrong size propogation for absolute elements ([#&#8203;878](https://redirect.github.com/DioxusLabs/taffy/issues/878)) - Fix bounds check in CellOccupancyMatrix::last\_of\_type ([#&#8203;890](https://redirect.github.com/DioxusLabs/taffy/issues/890)) - Use doc\_cfg instead of doc\_auto\_cfg ([#&#8203;868](https://redirect.github.com/DioxusLabs/taffy/issues/868)) ##### Changed - Upgraded grid dependency from 0.18 to 1.0 ([#&#8203;864](https://redirect.github.com/DioxusLabs/taffy/issues/864)) </details> <details> <summary>immutables/immutables (org.immutables:value)</summary> ### [`v2.11.7`](https://redirect.github.com/immutables/immutables/releases/tag/2.11.7) [Compare Source](https://redirect.github.com/immutables/immutables/compare/2.11.6...2.11.7) ### Maintenance & refinements release Thank you for the bug reports and suggestions! #### Issues - [#&#8203;1621](https://redirect.github.com/immutables/immutables/issues/1621) Version 2.11.7 tag not present on GitHub - [#&#8203;1611](https://redirect.github.com/immutables/immutables/issues/1611) Jspecify Nullable doesn't work properly with generics - [#&#8203;1612](https://redirect.github.com/immutables/immutables/issues/1612) Conflicting constructor on empty interfaces when `allParameters = true`, and `privateNoArgConstructor = true`/ `protectedNoArgConstructor = true` (edge case regression after [#&#8203;1604](https://redirect.github.com/immutables/immutables/issues/1604)) - [#&#8203;1579](https://redirect.github.com/immutables/immutables/issues/1579) TYPE\_USE Nullable annotation not respected in the builder for arrays (arrays/elements annotation mirrors are missing) (addressed with some source code parsing, which requires `-sourcepath` to be provided during compilation) #### PRs - Fix `.unset*()` for modifiable with primitive field and default value. by [@&#8203;aquariusrick](https://redirect.github.com/aquariusrick) in [#&#8203;1606](https://redirect.github.com/immutables/immutables/pull/1606) - Remove redundant cast of optional record property wither methods by [@&#8203;werli](https://redirect.github.com/werli) in [#&#8203;1616](https://redirect.github.com/immutables/immutables/pull/1616) #### New Contributors - [@&#8203;aquariusrick](https://redirect.github.com/aquariusrick) made their first contribution in [#&#8203;1606](https://redirect.github.com/immutables/immutables/pull/1606) - [@&#8203;werli](https://redirect.github.com/werli) made their first contribution in [#&#8203;1616](https://redirect.github.com/immutables/immutables/pull/1616) **Full Changelog**: <immutables/immutables@2.11.6...2.11.7> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85ce10b commit 837914d

File tree

9 files changed

+45
-45
lines changed

9 files changed

+45
-45
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
aws-region: us-east-1
9595

9696
- name: Install uv
97-
uses: spiraldb/actions/.github/actions/[email protected].3
97+
uses: spiraldb/actions/.github/actions/[email protected].5
9898
with:
9999
sync: false
100100

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 120
2727
steps:
2828
- uses: actions/checkout@v6
29-
- uses: spiraldb/actions/.github/actions/[email protected].3
29+
- uses: spiraldb/actions/.github/actions/[email protected].5
3030

3131
validate-workflow-yaml:
3232
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v6
5151
- name: Install uv
52-
uses: spiraldb/actions/.github/actions/[email protected].3
52+
uses: spiraldb/actions/.github/actions/[email protected].5
5353
with:
5454
sync: false
5555
prune-cache: false
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
- name: Install uv
75-
uses: spiraldb/actions/.github/actions/[email protected].3
75+
uses: spiraldb/actions/.github/actions/[email protected].5
7676
with:
7777
sync: false
7878
prune-cache: false

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Install uv
34-
uses: spiraldb/actions/.github/actions/[email protected].3
34+
uses: spiraldb/actions/.github/actions/[email protected].5
3535
with:
3636
sync: false
3737

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: "17"
2424
distribution: "temurin"
2525
- name: Install uv
26-
uses: spiraldb/actions/.github/actions/[email protected].3
26+
uses: spiraldb/actions/.github/actions/[email protected].5
2727
with:
2828
sync: false
2929
prune-cache: false

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Install uv
225225
if: inputs.mode == 'pr'
226-
uses: spiraldb/actions/.github/actions/[email protected].3
226+
uses: spiraldb/actions/.github/actions/[email protected].5
227227
with:
228228
sync: false
229229
- name: Compare results

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

java/versions.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ org.glassfish.jersey.core:jersey-server:2.40 (3 constraints: 363eb427)
258258

259259
org.glassfish.jersey.inject:jersey-hk2:2.40 (1 constraints: ea0cbc29)
260260

261-
org.immutables:value:2.11.6 (1 constraints: 3c05383b)
261+
org.immutables:value:2.11.7 (1 constraints: 3d05393b)
262262

263263
org.javassist:javassist:3.29.2-GA (1 constraints: 30112ef1)
264264

java/versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ com.google.guava:guava = 33.5.0-jre
77
com.google.guava:listenablefuture = 9999.0-empty-to-avoid-conflict-with-guava
88
com.jakewharton.nopen:* = 1.0.1
99
org.apache.spark:* = 3.5.7
10-
org.immutables:value = 2.11.6
10+
org.immutables:value = 2.11.7
1111
com.google.protobuf:protobuf-java = 4.33.1
1212
org.apache.arrow:* = 18.3.0
1313

0 commit comments

Comments
 (0)