Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 0251a98

Browse files
committed
Auto merge of #254 - rust-lang:dependabot/cargo/serde-1.0.133, r=JohnTitor
Bump serde from 1.0.132 to 1.0.133 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.133. <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.133</h2> <ul> <li>Optimize deserialization of data structures that contain recursive use of <code>flatten</code> fields or <code>tag</code> or <code>untagged</code> enums (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2148">#2148</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/7af97c66b8a5b9674024736ceb2c59442f5d38e9"><code>7af97c6</code></a> Release 1.0.133</li> <li><a href="https://github.com/serde-rs/serde/commit/1f57084365ed21248619d770dd76fcbea919c009"><code>1f57084</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2148">#2148</a> from serde-rs/deserializecontent</li> <li><a href="https://github.com/serde-rs/serde/commit/56bd3694227fa9d02e85ee1493f9709f241995e8"><code>56bd369</code></a> Optimize deserialization of recursive buffered types</li> <li><a href="https://github.com/serde-rs/serde/commit/ff259ec66ba25166fd02ccc52cc76006a7a17728"><code>ff259ec</code></a> Detect warnings in CI</li> <li><a href="https://github.com/serde-rs/serde/commit/6c54aafeb9c6bdf69bf0bd392be1f1340b1b9720"><code>6c54aaf</code></a> Document the atomic ordering in the Serialize impl</li> <li><a href="https://github.com/serde-rs/serde/commit/5d41404e673a4d58e701780d968f36f023674b49"><code>5d41404</code></a> No need for the SeqCst load in test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/1eccb3c350c7dde5724dc5c47b18c7e90e3c29b6"><code>1eccb3c</code></a> Resolve unnecessary_to_owned clippy lint in test suite</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.133">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.132&new-version=1.0.133)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
2 parents 133f2fe + 2fc7f3c commit 0251a98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env_logger = "0.9"
1919
anyhow = "1.0.52"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
22-
serde = { version = "1.0.132", features = ["derive"] }
22+
serde = { version = "1.0.133", features = ["derive"] }
2323
serde_json = "1.0.74"
2424
proc-macro2 = "=1.0.32"
2525

0 commit comments

Comments
 (0)