Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump serde_with_macros from 2.1.0 to 2.2.0 (MystenLabs#7576)
Bumps [serde_with_macros](https://github.com/jonasbb/serde_with) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasbb/serde_with/releases">serde_with_macros's releases</a>.</em></p> <blockquote> <h2>serde_with v2.2.0</h2> <h3>Added</h3> <ul> <li> <p>Add new <code>Map</code> and <code>Seq</code> types for converting between maps and tuple lists. (<a href="https://github-redirect.dependabot.com/jonasbb/serde_with/issues/527">#527</a>)</p> <p>The behavior is not new, but already present using <code>BTreeMap</code>/<code>HashMap</code> or <code>Vec</code>. However, the new types <code>Map</code> and <code>Seq</code> are also available on <code>no_std</code>, even without the <code>alloc</code> feature.</p> </li> </ul> <h3>Changed</h3> <ul> <li>Pin the <code>serde_with_macros</code> dependency to the same version as the main crate. This simplifies publishing and ensures that always a compatible version is picked.</li> </ul> <h3>Fixed</h3> <ul> <li><code>serde_with::apply</code> had an issue matching types when invisible token groups where in use (<a href="https://github-redirect.dependabot.com/jonasbb/serde_with/issues/538">#538</a>) The token groups can stem from macro_rules expansion, but should be treated mostly transparent. The old code required a group to match a group, while now groups are silently removed when checking for type patterns.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/24ee794dd11c45eae9663f80f8311ccc23f14764"><code>24ee794</code></a> Merge <a href="https://github-redirect.dependabot.com/jonasbb/serde_with/issues/540">#540</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/357deadd73d577817ef15cdf03508fc46536b5f9"><code>357dead</code></a> Prepare new release v2.2.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/26cb8877735d6909d6c8c3813ae2957c16fca407"><code>26cb887</code></a> Fix type pattern matching in apply macro</li> <li><a href="https://github.com/jonasbb/serde_with/commit/b8719f519d4d798949be3fd5f04c562acb9f484d"><code>b8719f5</code></a> Merge <a href="https://github-redirect.dependabot.com/jonasbb/serde_with/issues/539">#539</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/c079ada5b816bb05661596139c39556fa0988899"><code>c079ada</code></a> Use synchronized version numbers for serde_with and serde_with_macros</li> <li><a href="https://github.com/jonasbb/serde_with/commit/d76f283e78710181517aea9c6bfddb6b821a9384"><code>d76f283</code></a> Merge <a href="https://github-redirect.dependabot.com/jonasbb/serde_with/issues/536">#536</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/bb695a41c750745aaa076d709fe3c76bb49eb005"><code>bb695a4</code></a> Remove extra blank line...</li> <li><a href="https://github.com/jonasbb/serde_with/commit/c3a319e662b6221e584cf51de7d6b48ce47516f7"><code>c3a319e</code></a> Fix ci...</li> <li><a href="https://github.com/jonasbb/serde_with/commit/e3856e29a3f51122d06d9c8167df9938c855577d"><code>e3856e2</code></a> Mention "Bytes" on README.md and lib.rs</li> <li><a href="https://github.com/jonasbb/serde_with/commit/d06b0211597642ca4f7ab17f5ea6b9ae9b07e3ba"><code>d06b021</code></a> Merge <a href="https://github-redirect.dependabot.com/jonasbb/serde_with/issues/532">#532</a></li> <li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with_macros&package-manager=cargo&previous-version=2.1.0&new-version=2.2.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 will merge this PR once CI passes on it, as requested by @mystenadmin. [//]: # (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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information