-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - chore(deps): Bump serde from 1.0.174 to 1.0.179 #72
Conversation
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.174 to 1.0.179. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.174...v1.0.179) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
bors r+ |
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.174 to 1.0.179. <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.179</h2> <ul> <li>Support serialization of tuple variants inside a flattened field (<a href="https://redirect.github.com/serde-rs/serde/issues/2448">#2448</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> </ul> <h2>v1.0.178</h2> <ul> <li>Fix build error when using serde with "std" feature turned off and "unstable" feature turned on (<a href="https://redirect.github.com/serde-rs/serde/issues/2541">#2541</a>)</li> </ul> <h2>v1.0.177</h2> <ul> <li>Add <code>serde(rename_all_fields = "...")</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> <h2>v1.0.175</h2> <ul> <li>Restore missing LICENSE files in serde_derive crate (<a href="https://redirect.github.com/serde-rs/serde/issues/2527">#2527</a>, thanks <a href="https://github.com/ankane"><code>@ankane</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/c2b16bfbb0a5b662aa97c9a8a5d5bf7d958b85b8"><code>c2b16bf</code></a> Release 1.0.179</li> <li><a href="https://github.com/serde-rs/serde/commit/e7df53701c6e71dce4a8a376a84838134ea73a65"><code>e7df537</code></a> Resolve doc_markdown clippy lint from PR 2448</li> <li><a href="https://github.com/serde-rs/serde/commit/02c34e490b6886ee65c2032939239e25540af7c2"><code>02c34e4</code></a> Resolve redundant_field_names clippy lint from PR 2448</li> <li><a href="https://github.com/serde-rs/serde/commit/427c839b3ddfd5865b6651e095ed959098f7f2a8"><code>427c839</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2448">#2448</a> from Mingun/ser-flatten-enums</li> <li><a href="https://github.com/serde-rs/serde/commit/48aa054f5395d2570f51b9d0c85e486f1b3b46ef"><code>48aa054</code></a> Release 1.0.178</li> <li><a href="https://github.com/serde-rs/serde/commit/3616860203962c0644d286023a604d514c328f60"><code>3616860</code></a> Delete broken symlink from precompiled derive sources</li> <li><a href="https://github.com/serde-rs/serde/commit/861b0dfea27c50c4b70524c3495567590c0fd307"><code>861b0df</code></a> Consistently list StdError under 'Re-exports' heading of rustdoc</li> <li><a href="https://github.com/serde-rs/serde/commit/8b3d71ae2d3c8af68c6176327c4a40df4d6202ed"><code>8b3d71a</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2541">#2541</a> from dtolnay/de-core-error</li> <li><a href="https://github.com/serde-rs/serde/commit/ff5442cd9ea48fd3913700bb3ddb7f1a72c9b2c3"><code>ff5442c</code></a> Add no-std unstable build in CI</li> <li><a href="https://github.com/serde-rs/serde/commit/92d686f9a536d4b3d3ede61e65d2f883a7bc4ed4"><code>92d686f</code></a> Fix serde::de::StdError in no-std unstable build</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.174...v1.0.179">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.174&new-version=1.0.179)](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>
Pull request successfully merged into main. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps serde from 1.0.174 to 1.0.179.
Release notes
Sourced from serde's releases.
Commits
c2b16bf
Release 1.0.179e7df537
Resolve doc_markdown clippy lint from PR 244802c34e4
Resolve redundant_field_names clippy lint from PR 2448427c839
Merge pull request #2448 from Mingun/ser-flatten-enums48aa054
Release 1.0.1783616860
Delete broken symlink from precompiled derive sources861b0df
Consistently list StdError under 'Re-exports' heading of rustdoc8b3d71a
Merge pull request #2541 from dtolnay/de-core-errorff5442c
Add no-std unstable build in CI92d686f
Fix serde::de::StdError in no-std unstable buildDependabot 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 commands and options
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)