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

   Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.14.0 to 
3.17.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jonasbb/serde_with/releases";>serde_with's 
releases</a>.</em></p>
   <blockquote>
   <h2>serde_with v3.17.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>OneOrMany</code> with <code>smallvec</code> v1 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/920";>#920</a>, <a 
href="https://redirect.github.com/jonasbb/serde_with/issues/922";>#922</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Switch to <code>yaml_serde</code> for a maintained yaml dependency by <a 
href="https://github.com/kazan417";><code>@​kazan417</code></a> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/921";>#921</a>)</li>
   <li>Bump MSRV to 1.82, since that is required for <code>yaml_serde</code> 
dev-dependency.</li>
   </ul>
   <h2>serde_with v3.16.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix <code>JsonSchemaAs</code> of <code>SetPreventDuplicates</code> and 
<code>SetLastValueWins</code>. (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/906";>#906</a>, <a 
href="https://redirect.github.com/jonasbb/serde_with/issues/907";>#907</a>)</li>
   </ul>
   <h2>serde_with v3.16.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Added support for <code>smallvec</code> v1 under the 
<code>smallvec_1</code> feature flag by <a 
href="https://github.com/isharma228";><code>@​isharma228</code></a> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/895";>#895</a>)</li>
   <li>Add <code>JsonSchemaAs</code> implementation for 
<code>json::JsonString</code> by <a 
href="https://github.com/yogevm15";><code>@​yogevm15</code></a> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/901";>#901</a>)</li>
   </ul>
   <h2>serde_with v3.15.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix building of the documentation by updating references to use 
<code>serde_core</code>.</li>
   </ul>
   <h2>serde_with v3.15.0</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Added error inspection to <code>VecSkipError</code> and 
<code>MapSkipError</code> by <a 
href="https://github.com/michelhe";><code>@​michelhe</code></a> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/878";>#878</a>)
   This allows interacting with the previously hidden error, for example for 
logging.
   Checkout the newly added example to both types.</p>
   </li>
   <li>
   <p>Allow documenting the types generated by <code>serde_conv!</code>.
   The <code>serde_conv!</code> macro now acceps outer attributes before the 
optional visibility modifier.
   This allow adding doc comments in the shape of <code>#[doc = 
&quot;...&quot;]</code> or any other attributes, such as lint modifiers.</p>
   <pre lang="rust"><code>serde_conv!(
       #[doc = &quot;Serialize bools as string&quot;]
       #[allow(dead_code)]
       pub BoolAsString,
       bool,
       |x: &amp;bool| ::std::string::ToString::to_string(x),
       |x: ::std::string::String| x.parse()
   );
   </code></pre>
   </li>
   <li>
   <p>Add support for <code>hashbrown</code> v0.16 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/877";>#877</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/4031878a4cfced7261105447d8683c296147864b";><code>4031878</code></a>
 Bump version to v3.17.0 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/924";>#924</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/204ae56f8ba08bd911ad0f122719bf07f3dcdbbb";><code>204ae56</code></a>
 Bump version to v3.17.0</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/7812b5a006e23e0204c687868e68a8b9dae75cd1";><code>7812b5a</code></a>
 serde_yaml 0.9 to yaml_serde 0.10 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/921";>#921</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/614bd8950bc179f4f23c1d9f26866ac216257fed";><code>614bd89</code></a>
 Bump MSRV to 1.82 as required by yaml_serde</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/518d0ed7873616a81c987d7961d78f5f26210694";><code>518d0ed</code></a>
 Suppress RUSTSEC-2026-0009 since we don't have untrusted time input in tests 
...</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/a6579a89841f269c7f63912e8e808e82212c672e";><code>a6579a8</code></a>
 Suppress RUSTSEC-2026-0009 since we don't have untrusted time input in 
tests</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/9d4d0696e6794da4babf8204d17d11dadb79dd60";><code>9d4d069</code></a>
 Implement OneOrMany for smallvec_1::SmallVec (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/922";>#922</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/fc78243e8c60c4fcc11a99f2c6ccc0d449a57fd9";><code>fc78243</code></a>
 Add changelog</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/2b8c30bf679309c27143f13070dbeef068310ab5";><code>2b8c30b</code></a>
 Implement OneOrMany for smallvec_1::SmallVec</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/2d9b9a1815cb6d58b17ab6403e57e7c2f62b84cc";><code>2d9b9a1</code></a>
 Carg.lock update</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jonasbb/serde_with/compare/v1.14.0...v3.17.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=1.14.0&new-version=3.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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