dependabot[bot] opened a new pull request, #2424:
URL: https://github.com/apache/avro/pull/2424

   Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.183.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/serde/releases";>serde's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.183</h2>
   <ul>
   <li>Support deserializing <code>Box&lt;OsStr&gt;</code> with an equivalent 
representation as <code>OsString</code> (<a 
href="https://redirect.github.com/serde-rs/serde/issues/2556";>#2556</a>, thanks 
<a href="https://github.com/DBLouis";><code>@​DBLouis</code></a>)</li>
   </ul>
   <h2>v1.0.182</h2>
   <ul>
   <li>Render field aliases in sorted order in error messages (<a 
href="https://redirect.github.com/serde-rs/serde/issues/2458";>#2458</a>, thanks 
<a href="https://github.com/Mingun";><code>@​Mingun</code></a>)</li>
   <li>Support <code>serde(default)</code> on tuple structs (<a 
href="https://redirect.github.com/serde-rs/serde/issues/2553";>#2553</a>, thanks 
<a href="https://github.com/Mingun";><code>@​Mingun</code></a>)</li>
   </ul>
   <h2>v1.0.181</h2>
   <ul>
   <li>Make <code>serde(alias)</code> work in combination with 
<code>flatten</code> when using in-place deserialization (<a 
href="https://redirect.github.com/serde-rs/serde/issues/2443";>#2443</a>, thanks 
<a href="https://github.com/Mingun";><code>@​Mingun</code></a>)</li>
   <li>Improve the representation of adjacently tagged enums in formats where 
enum tags are serialized by index, as opposed to by string name (<a 
href="https://redirect.github.com/serde-rs/serde/issues/2505";>#2505</a>, <a 
href="https://redirect.github.com/serde-rs/serde/issues/2496";>#2496</a>, thanks 
<a 
href="https://github.com/Baptistemontan";><code>@​Baptistemontan</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/serde/commit/05a5b7e3c6de502d45597cbc083f28bc1d4f4626";><code>05a5b7e</code></a>
 Release 1.0.183</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/3bff326fb3e434e5a7b7914d75fc4c8768780719";><code>3bff326</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/serde/issues/2555";>#2555</a> from 
Mingun/field</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/aaadd93878725e2ac2c42f5086bf9864324bcb8f";><code>aaadd93</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/serde/issues/2556";>#2556</a> from 
DBLouis/master</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/9c864f0b0283fb0109b68c7b7409d6f605db411b";><code>9c864f0</code></a>
 Add forward impl for OsStr</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/070cce0d9c718ced830158a08fb886aa7228bb9d";><code>070cce0</code></a>
 Get rid of temporary variable</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/b58e8bac12bbc81d6d336356a292c920903dfaa8";><code>b58e8ba</code></a>
 Replace <code>if let Some(...) = ...</code> to Option::map</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/ada50b077e1ea0d573209823cba2afd0f5494a43";><code>ada50b0</code></a>
 ignore_variant variable is always None, let's take this into account</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/5e313a7330cae656190ca9d328537846df495eb8";><code>5e313a7</code></a>
 Move generiс code out-of-function, create more specialized and simple code</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/2a36d1123865653be1c47eebcd3059c9bdee7b4b";><code>2a36d11</code></a>
 Introduce a dedicated function for generating Field enum</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/b6685cf9dd87b930cd05d77a011b6a9aeec3ba9d";><code>b6685cf</code></a>
 Release 1.0.182</li>
   <li>Additional commits viewable in <a 
href="https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.183";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.180&new-version=1.0.183)](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 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 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: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to