You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/08/04 17:14:50 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2418: Bump serde from 1.0.180 to 1.0.181 in /lang/rust

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

   Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.181.
   <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.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/57dc0ee7694d6b1da8dd472a4dc46425aaefdbf1"><code>57dc0ee</code></a> Release 1.0.181</li>
   <li><a href="https://github.com/serde-rs/serde/commit/5e102c4da158077cd9481e8c346611a033efd005"><code>5e102c4</code></a> Relocate private size_hint module</li>
   <li><a href="https://github.com/serde-rs/serde/commit/4aa54222f44238c1cb7ab240ab621dd9ad7a11a7"><code>4aa5422</code></a> Delete double reference when setting up adjacently tagged variant seed</li>
   <li><a href="https://github.com/serde-rs/serde/commit/ef4f860384e4b749f49431ee1aacbb4fe2c057d8"><code>ef4f860</code></a> Improve &quot;expecting&quot; message of adjacently tagged enum variant</li>
   <li><a href="https://github.com/serde-rs/serde/commit/9bd52ec5c190a88349e394c86586fbfae38c67c7"><code>9bd52ec</code></a> Inline AdjacentlyTaggedEnumVariant::new</li>
   <li><a href="https://github.com/serde-rs/serde/commit/5cdd82d41e85b6f01c976620e2663125ddc95980"><code>5cdd82d</code></a> Remove Serializer from name of private type that is not a Serializer</li>
   <li><a href="https://github.com/serde-rs/serde/commit/110bf104816a6efc255300e1e13b793d0def78c5"><code>110bf10</code></a> Condense AdjacentlyTaggedEnummVariantVisitor implementation</li>
   <li><a href="https://github.com/serde-rs/serde/commit/43035f6f377b8bff471748d04cd8128915850473"><code>43035f6</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2505">#2505</a> from Baptistemontan/rework_adjacently_tagged_enum</li>
   <li><a href="https://github.com/serde-rs/serde/commit/83b1a3d5dc624964bd8e530edb04a9046c9e0cfd"><code>83b1a3d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2443">#2443</a> from Mingun/deserialize-in-place</li>
   <li><a href="https://github.com/serde-rs/serde/commit/878110a4bc602505605fc12938ee22dbc1feb3a6"><code>878110a</code></a> Simplify code after dead code elimination</li>
   <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.181">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.181)](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-unsubscribe@avro.apache.org

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


[GitHub] [avro] dependabot[bot] commented on pull request #2418: Bump serde from 1.0.180 to 1.0.181 in /lang/rust

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #2418:
URL: https://github.com/apache/avro/pull/2418#issuecomment-1668335473

   Superseded by #2424.


-- 
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: issues-unsubscribe@avro.apache.org

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


[GitHub] [avro] dependabot[bot] closed pull request #2418: Bump serde from 1.0.180 to 1.0.181 in /lang/rust

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #2418: Bump serde from 1.0.180 to 1.0.181 in /lang/rust
URL: https://github.com/apache/avro/pull/2418


-- 
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-unsubscribe@avro.apache.org

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