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/07/28 17:49:39 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2402: Bump serde from 1.0.175 to 1.0.177 in /lang/rust

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

   Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.177.
   <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.177</h2>
   <ul>
   <li>Add <code>serde(rename_all_fields = &quot;...&quot;)</code> attribute to apply a <code>rename_all</code> on every struct variant of an enum (<a href="https://redirect.github.com/serde-rs/serde/issues/1695">#1695</a>, thanks <a href="https://github.com/jplatte"><code>@​jplatte</code></a>)</li>
   <li>Improve diagnostics for attribute parse errors (<a href="https://redirect.github.com/serde-rs/serde/issues/2536">#2536</a>, thanks <a href="https://github.com/jplatte"><code>@​jplatte</code></a>)</li>
   </ul>
   <h2>v1.0.176</h2>
   <ul>
   <li>Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant (<a href="https://redirect.github.com/serde-rs/serde/issues/2266">#2266</a>, thanks <a href="https://github.com/flisky"><code>@​flisky</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/serde-rs/serde/commit/0676673ca5efef667d10a7b63b5b078a8d64e43a"><code>0676673</code></a> Release 1.0.177</li>
   <li><a href="https://github.com/serde-rs/serde/commit/7a4335d664d40ec0992eb2a93430159fbe322d22"><code>7a4335d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2536">#2536</a> from jplatte/jplatte/error-span</li>
   <li><a href="https://github.com/serde-rs/serde/commit/31a0e73489717d53424ed055fb9f07479c98b686"><code>31a0e73</code></a> Update error span for attribute / data kind mismatches</li>
   <li><a href="https://github.com/serde-rs/serde/commit/74fe70855f26056275571861528ef1e63c59a757"><code>74fe708</code></a> Ignore return_self_not_must_use pedantic clippy lint</li>
   <li><a href="https://github.com/serde-rs/serde/commit/e74925bc43f5aec3541e53bd9c9e55f1aa2d9709"><code>e74925b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/1695">#1695</a> from jplatte/rename_all_fields</li>
   <li><a href="https://github.com/serde-rs/serde/commit/56be1c203e8425b7c54b4206101850d9d70044c8"><code>56be1c2</code></a> Pass RenameRule, RenameAllRules by value</li>
   <li><a href="https://github.com/serde-rs/serde/commit/2f9bf4d3ebacf34fb2aa84b0da7675f8ab82c3b8"><code>2f9bf4d</code></a> Add #[serde(rename_all_fields = &quot;foo&quot;)] attribute</li>
   <li><a href="https://github.com/serde-rs/serde/commit/ad94aed75398d43d174368aa8c4869332bb94e33"><code>ad94aed</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2535">#2535</a> from dtolnay/baretrait</li>
   <li><a href="https://github.com/serde-rs/serde/commit/30db83fc44563d2075ff2c084d2c03ee4dda0ebe"><code>30db83f</code></a> Restore bare_trait_objects lint within serde_derive code</li>
   <li><a href="https://github.com/serde-rs/serde/commit/b0f7b00e1f63937c75c2863b10e89faa7610ea9c"><code>b0f7b00</code></a> Resolve manual_string_new pedantic clippy lint</li>
   <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.175...v1.0.177">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.175&new-version=1.0.177)](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] closed pull request #2402: Bump serde from 1.0.175 to 1.0.177 in /lang/rust

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


-- 
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 #2402: Bump serde from 1.0.175 to 1.0.177 in /lang/rust

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

   Superseded by #2408.


-- 
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