dependabot[bot] opened a new pull request, #424: URL: https://github.com/apache/sedona-db/pull/424
Bumps the savvy group with 2 updates: [savvy](https://github.com/yutannihilation/savvy) and [savvy-ffi](https://github.com/yutannihilation/savvy). Updates `savvy` from 0.8.13 to 0.9.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yutannihilation/savvy/blob/main/CHANGELOG.md">savvy's changelog</a>.</em></p> <blockquote> <h2>[v0.9.0] (2025-11-24)</h2> <h3>New features</h3> <ul> <li>The R object generated from a Rust struct now has one additional S3 class <code>PKG_NAME::STRUCT_NAME</code> in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks <a href="https://github.com/eitsupi"><code>@eitsupi</code></a>! (<a href="https://redirect.github.com/yutannihilation/savvy/issues/404">#404</a>)</li> </ul> <h3>Minor improvements</h3> <ul> <li>Bump MSRV to 1.81 and remove the dependency of rustversion crate (<a href="https://redirect.github.com/yutannihilation/savvy/issues/412">#412</a>).</li> </ul> <h2>[v0.8.14] (2025-10-25)</h2> <h3>New features</h3> <ul> <li><code>savvy-cli</code> got a new optional argument to specify the path to the Rust code dir (<a href="https://redirect.github.com/yutannihilation/savvy/issues/402">#402</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yutannihilation/savvy/commit/683e4488744f8b4ceb58b211e47ec4db7acc0291"><code>683e448</code></a> chore: Release</li> <li><a href="https://github.com/yutannihilation/savvy/commit/026cc6a8cffb9afa3767dd2bc243e27518b85793"><code>026cc6a</code></a> Bump MSRV to 1.81 and fix clippy warning (<a href="https://redirect.github.com/yutannihilation/savvy/issues/412">#412</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/11ad4dfcb64a21bbdeb13ed0a414adfe3f33ddf8"><code>11ad4df</code></a> docs: Update documents (<a href="https://redirect.github.com/yutannihilation/savvy/issues/411">#411</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/4bf17536215986d64b28009d93d5fdd451052a23"><code>4bf1753</code></a> Update cargo-dist to v0.30.2 (<a href="https://redirect.github.com/yutannihilation/savvy/issues/410">#410</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/7195a0a46f595b15f81d277b21ef9642639c234c"><code>7195a0a</code></a> chore(cli): Remove <code>remove_old_wrapper_r()</code> (<a href="https://redirect.github.com/yutannihilation/savvy/issues/409">#409</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/f3efbd45193544a3a6e24b195f0d16b3ebcadd56"><code>f3efbd4</code></a> feat(savvy-cli): add package name prefixed class names (<a href="https://redirect.github.com/yutannihilation/savvy/issues/404">#404</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/712859d2bbddbf4afbf58cc6cc81eef524bd6e65"><code>712859d</code></a> init (<a href="https://redirect.github.com/yutannihilation/savvy/issues/405">#405</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/8aa35b97144a007976149613abc87b2be3a98223"><code>8aa35b9</code></a> Kudos to extendr!</li> <li><a href="https://github.com/yutannihilation/savvy/commit/bde22c3bca2a6147e6a8f89fcc81dfdbbdd9e1b8"><code>bde22c3</code></a> chore: Release</li> <li><a href="https://github.com/yutannihilation/savvy/commit/c4c170d4b66404349a9ca5e6b275e44d9ceb0734"><code>c4c170d</code></a> Add <code>rust_dir</code> argument to <code>savvy-cli update</code> (<a href="https://redirect.github.com/yutannihilation/savvy/issues/402">#402</a>)</li> <li>Additional commits viewable in <a href="https://github.com/yutannihilation/savvy/compare/v0.8.13...v0.9.0">compare view</a></li> </ul> </details> <br /> Updates `savvy-ffi` from 0.8.13 to 0.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yutannihilation/savvy/releases">savvy-ffi's releases</a>.</em></p> <blockquote> <h2>v0.9.0 (2025-11-24)</h2> <h2>Release Notes</h2> <h3>New features</h3> <ul> <li>The R object generated from a Rust struct now has one additional S3 class <code>PKG_NAME::STRUCT_NAME</code> in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks <a href="https://github.com/eitsupi"><code>@eitsupi</code></a>! (<a href="https://redirect.github.com/yutannihilation/savvy/issues/404">#404</a>)</li> </ul> <h3>Minor improvements</h3> <ul> <li>Bump MSRV to 1.81 and remove the dependency of rustversion crate (<a href="https://redirect.github.com/yutannihilation/savvy/issues/412">#412</a>).</li> </ul> <h2>Install savvy-cli 0.9.0</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-installer.ps1 | iex" </code></pre> <h2>Download savvy-cli 0.9.0</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-aarch64-apple-darwin.tar.xz">savvy-cli-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-x86_64-apple-darwin.tar.xz">savvy-cli-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-aarch64-pc-windows-msvc.zip">savvy-cli-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-x86_64-pc-windows-msvc.zip">savvy-cli-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-aarch64-unknown-linux-gnu.tar.xz">savvy-cli-aarch64-unknown-linux-gnu.tar.xz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-aarch64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-x86_64-unknown-linux-gnu.tar.xz">savvy-cli-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> <h2>v0.8.14 (2025-10-25)</h2> <h2>Release Notes</h2> <h3>New features</h3> <ul> <li><code>savvy-cli</code> got a new optional argument to specify the path to the Rust code dir (<a href="https://redirect.github.com/yutannihilation/savvy/issues/402">#402</a>).</li> </ul> <h2>Install savvy-cli 0.8.14</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.14/savvy-cli-installer.sh | sh </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yutannihilation/savvy/blob/main/CHANGELOG.md">savvy-ffi's changelog</a>.</em></p> <blockquote> <h2>[v0.9.0] (2025-11-24)</h2> <h3>New features</h3> <ul> <li>The R object generated from a Rust struct now has one additional S3 class <code>PKG_NAME::STRUCT_NAME</code> in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks <a href="https://github.com/eitsupi"><code>@eitsupi</code></a>! (<a href="https://redirect.github.com/yutannihilation/savvy/issues/404">#404</a>)</li> </ul> <h3>Minor improvements</h3> <ul> <li>Bump MSRV to 1.81 and remove the dependency of rustversion crate (<a href="https://redirect.github.com/yutannihilation/savvy/issues/412">#412</a>).</li> </ul> <h2>[v0.8.14] (2025-10-25)</h2> <h3>New features</h3> <ul> <li><code>savvy-cli</code> got a new optional argument to specify the path to the Rust code dir (<a href="https://redirect.github.com/yutannihilation/savvy/issues/402">#402</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yutannihilation/savvy/commit/683e4488744f8b4ceb58b211e47ec4db7acc0291"><code>683e448</code></a> chore: Release</li> <li><a href="https://github.com/yutannihilation/savvy/commit/026cc6a8cffb9afa3767dd2bc243e27518b85793"><code>026cc6a</code></a> Bump MSRV to 1.81 and fix clippy warning (<a href="https://redirect.github.com/yutannihilation/savvy/issues/412">#412</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/11ad4dfcb64a21bbdeb13ed0a414adfe3f33ddf8"><code>11ad4df</code></a> docs: Update documents (<a href="https://redirect.github.com/yutannihilation/savvy/issues/411">#411</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/4bf17536215986d64b28009d93d5fdd451052a23"><code>4bf1753</code></a> Update cargo-dist to v0.30.2 (<a href="https://redirect.github.com/yutannihilation/savvy/issues/410">#410</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/7195a0a46f595b15f81d277b21ef9642639c234c"><code>7195a0a</code></a> chore(cli): Remove <code>remove_old_wrapper_r()</code> (<a href="https://redirect.github.com/yutannihilation/savvy/issues/409">#409</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/f3efbd45193544a3a6e24b195f0d16b3ebcadd56"><code>f3efbd4</code></a> feat(savvy-cli): add package name prefixed class names (<a href="https://redirect.github.com/yutannihilation/savvy/issues/404">#404</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/712859d2bbddbf4afbf58cc6cc81eef524bd6e65"><code>712859d</code></a> init (<a href="https://redirect.github.com/yutannihilation/savvy/issues/405">#405</a>)</li> <li><a href="https://github.com/yutannihilation/savvy/commit/8aa35b97144a007976149613abc87b2be3a98223"><code>8aa35b9</code></a> Kudos to extendr!</li> <li><a href="https://github.com/yutannihilation/savvy/commit/bde22c3bca2a6147e6a8f89fcc81dfdbbdd9e1b8"><code>bde22c3</code></a> chore: Release</li> <li><a href="https://github.com/yutannihilation/savvy/commit/c4c170d4b66404349a9ca5e6b275e44d9ceb0734"><code>c4c170d</code></a> Add <code>rust_dir</code> argument to <code>savvy-cli update</code> (<a href="https://redirect.github.com/yutannihilation/savvy/issues/402">#402</a>)</li> <li>Additional commits viewable in <a href="https://github.com/yutannihilation/savvy/compare/v0.8.13...v0.9.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
