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

Commit 5e8be6a

Browse files
committed
Auto merge of #328 - rust-lang:dependabot/cargo/serde-1.0.138, r=JohnTitor
Bump serde from 1.0.137 to 1.0.138 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.138. <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.138</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/4b622f6bbf83e1e55b171203775e53bc11eb2011"><code>4b622f6</code></a> Release 1.0.138</li> <li><a href="https://github.com/serde-rs/serde/commit/0ee71c70af8e0b6f29c1c696538fb2ebc081e2d2"><code>0ee71c7</code></a> Ignore explicit_auto_deref clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/6c098e497e9098f8fc09ebed5317a97637bf23a3"><code>6c098e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2240">#2240</a> from Kixunil/patch-1</li> <li><a href="https://github.com/serde-rs/serde/commit/41ffa6df7ed3d76d91a06836849a04488cdb4878"><code>41ffa6d</code></a> Call <code>reserve()</code> in <code>DeserializeSeed</code> example</li> <li><a href="https://github.com/serde-rs/serde/commit/845b900fd57c46d81ad02d89c9a173bdb75898b6"><code>845b900</code></a> Exclude deliberately pinned prettyplease crate from cargo outdated</li> <li><a href="https://github.com/serde-rs/serde/commit/7891ae71848794ef5abd8d54f325979905f81aad"><code>7891ae7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2228">#2228</a> from serde-rs/expandtest</li> <li><a href="https://github.com/serde-rs/serde/commit/bac90d19b9d6730ed8247b891a960b64dfaedad3"><code>bac90d1</code></a> Update macrotest to 1.0.9 and enable in CI</li> <li><a href="https://github.com/serde-rs/serde/commit/227bf3023a6557639e8639d52455b8b883b69de7"><code>227bf30</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2229">#2229</a> from dtolnay/expandlinguist</li> <li><a href="https://github.com/serde-rs/serde/commit/f4535f68c1a414937c427e45eb6e957f1264b038"><code>f4535f6</code></a> Mark expandtest outputs as generated code</li> <li><a href="https://github.com/serde-rs/serde/commit/c6c35b5a3125bd2de3f73de121c99614fd960552"><code>c6c35b5</code></a> Ignore buggy doc_link_with_quotes clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138">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.137&new-version=1.0.138)](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 8291f4e + 0a56149 commit 5e8be6a

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.58"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
22-
serde = { version = "1.0.137", features = ["derive"] }
22+
serde = { version = "1.0.138", features = ["derive"] }
2323
serde_json = "1.0.81"
2424
quote = "1.0.10"
2525
proc-macro2 = "1.0.32"

0 commit comments

Comments
 (0)