dependabot[bot] opened a new pull request, #758:
URL: https://github.com/apache/sedona-db/pull/758

   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.9.2 to 0.10.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.10.0] (2026-04-10)</h2>
   <h3>Breaking changes</h3>
   <ul>
   <li>Use Rust 2024 edition. Now the MSRV is 1.88 (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/438";>#438</a>).</li>
   </ul>
   <h2>[v0.9.4] (2026-04-08)</h2>
   <h3>Minor improvements</h3>
   <ul>
   <li>Fix &quot;not terminated with a newline&quot; NOTE (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/434";>#434</a>).</li>
   <li>Do not add double new lines to &quot;api.h&quot; (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/434";>#434</a>).</li>
   </ul>
   <h2>[v0.9.3] (2026-03-31)</h2>
   <h3>Minor improvements</h3>
   <ul>
   <li>Remove non-API (R &gt;= 4.6) <code>R_UnboundValue</code> (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/430";>#430</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/68ad44dfdf17958b72b164bbef278dfe06fc18ea";><code>68ad44d</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/3ce0f25b1da72cd847b201b2d61b5e072dd7a657";><code>3ce0f25</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/6252b580d8fb6003748b8c6f47c37eac113e50d4";><code>6252b58</code></a>
 chore: Rust 2024 (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/438";>#438</a>)</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/1d556c3408db9451580f381819e9d73fb088d982";><code>1d556c3</code></a>
 Use <code>std::ptr::null_mut()</code> instead of <code>R_MissingArg</code> (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/439";>#439</a>)</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/aa192dbb5c67e827fd7ec8d962c67598a29a9730";><code>aa192db</code></a>
 Fix CHANGELOG.md</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/99634485684d30cee5c7663a6aa38685fc3cc026";><code>9963448</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/cdbcad61fbcd6cf085c02c57f4f612df0e4cf2d6";><code>cdbcad6</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/8795e81a3b1a1403a184547fa2f70d16277a92ac";><code>8795e81</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/c62ceb28e6a7cbc114065480c13ad5b72d202d8f";><code>c62ceb2</code></a>
 chore: Don't add double new lines to api.h (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/437";>#437</a>)</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/18825bf9006928cea086ca0f341683328388cdda";><code>18825bf</code></a>
 fix: Fix &quot;not terminated with a newline&quot; NOTE (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/436";>#436</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/yutannihilation/savvy/compare/v0.9.2...v0.10.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `savvy-ffi` from 0.9.2 to 0.10.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.10.0 (2026-04-10)</h2>
   <h2>Release Notes</h2>
   <h3>Breaking changes</h3>
   <ul>
   <li>Use Rust 2024 edition. Now the MSRV is 1.88 (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/438";>#438</a>).</li>
   </ul>
   <h2>Install savvy-cli 0.10.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.10.0/savvy-cli-installer.sh
 | sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm 
https://github.com/yutannihilation/savvy/releases/download/v0.10.0/savvy-cli-installer.ps1
 | iex&quot;
   </code></pre>
   <h2>Download savvy-cli 0.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0/savvy-cli-x86_64-unknown-linux-gnu.tar.xz.sha256";>checksum</a></td>
   </tr>
   </tbody>
   </table>
   <h2>Version 0.9.5-rc.1</h2>
   <h2>Release Notes</h2>
   <h3>Breaking changes</h3>
   <ul>
   <li>Use Rust 2024 edition. Now the MSRV is 1.88 (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/438";>#438</a>).</li>
   </ul>
   <h2>Install savvy-cli 0.9.5-rc.1</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.5-rc.1/savvy-cli-installer.sh
 | sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>&lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </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.10.0] (2026-04-10)</h2>
   <h3>Breaking changes</h3>
   <ul>
   <li>Use Rust 2024 edition. Now the MSRV is 1.88 (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/438";>#438</a>).</li>
   </ul>
   <h2>[v0.9.4] (2026-04-08)</h2>
   <h3>Minor improvements</h3>
   <ul>
   <li>Fix &quot;not terminated with a newline&quot; NOTE (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/434";>#434</a>).</li>
   <li>Do not add double new lines to &quot;api.h&quot; (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/434";>#434</a>).</li>
   </ul>
   <h2>[v0.9.3] (2026-03-31)</h2>
   <h3>Minor improvements</h3>
   <ul>
   <li>Remove non-API (R &gt;= 4.6) <code>R_UnboundValue</code> (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/430";>#430</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/68ad44dfdf17958b72b164bbef278dfe06fc18ea";><code>68ad44d</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/3ce0f25b1da72cd847b201b2d61b5e072dd7a657";><code>3ce0f25</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/6252b580d8fb6003748b8c6f47c37eac113e50d4";><code>6252b58</code></a>
 chore: Rust 2024 (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/438";>#438</a>)</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/1d556c3408db9451580f381819e9d73fb088d982";><code>1d556c3</code></a>
 Use <code>std::ptr::null_mut()</code> instead of <code>R_MissingArg</code> (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/439";>#439</a>)</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/aa192dbb5c67e827fd7ec8d962c67598a29a9730";><code>aa192db</code></a>
 Fix CHANGELOG.md</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/99634485684d30cee5c7663a6aa38685fc3cc026";><code>9963448</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/cdbcad61fbcd6cf085c02c57f4f612df0e4cf2d6";><code>cdbcad6</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/8795e81a3b1a1403a184547fa2f70d16277a92ac";><code>8795e81</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/c62ceb28e6a7cbc114065480c13ad5b72d202d8f";><code>c62ceb2</code></a>
 chore: Don't add double new lines to api.h (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/437";>#437</a>)</li>
   <li><a 
href="https://github.com/yutannihilation/savvy/commit/18825bf9006928cea086ca0f341683328388cdda";><code>18825bf</code></a>
 fix: Fix &quot;not terminated with a newline&quot; NOTE (<a 
href="https://redirect.github.com/yutannihilation/savvy/issues/436";>#436</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/yutannihilation/savvy/compare/v0.9.2...v0.10.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 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]

Reply via email to