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

Commit 4f434cc

Browse files
committed
Auto merge of #218 - rust-lang:dependabot/cargo/serde-1.0.130, r=JohnTitor
Bump serde from 1.0.128 to 1.0.130 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.128 to 1.0.130. <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.130</h2> <ul> <li>Provide <code>MapAccess</code> and <code>SeqAccess</code> impl for reference to a dynamically sized existing impl (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2081">#2081</a>)</li> </ul> <h2>v1.0.129</h2> <ul> <li>Support deserialization of remote structs that used packed repr (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2078">#2078</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2079">#2079</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2080">#2080</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/65e1a50749938612cfbdb69b57fc4cf249f87149"><code>65e1a50</code></a> Release 1.0.130</li> <li><a href="https://github.com/serde-rs/serde/commit/87d41b59fdfcfb2c67d6add53ccdf894977aa58b"><code>87d41b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2081">#2081</a> from dtolnay/accessunsized</li> <li><a href="https://github.com/serde-rs/serde/commit/3f120fb35542eebbb33be7eae41825bb79820e78"><code>3f120fb</code></a> Enable unsized Map/SeqAccess types to use the impl for &amp;mut</li> <li><a href="https://github.com/serde-rs/serde/commit/2b92c80cc1c205bd21c331b20a9dd8ed8a922536"><code>2b92c80</code></a> Release 1.0.129</li> <li><a href="https://github.com/serde-rs/serde/commit/c1c0ede4522ebcfa0974a188eca74b731bb689a8"><code>c1c0ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2080">#2080</a> from dtolnay/packeddrop</li> <li><a href="https://github.com/serde-rs/serde/commit/4a66c5f33d0c9ede96d26599dfba2bc7ac7caf17"><code>4a66c5f</code></a> Support packed remote struct without destructuring</li> <li><a href="https://github.com/serde-rs/serde/commit/714c8a558688e496bbdec080fb0c96d3623c61fd"><code>714c8a5</code></a> Add test of packed struct that cannot be destructured</li> <li><a href="https://github.com/serde-rs/serde/commit/dc0c0dcba17dd8732cd8721a7ef556afcb04c6c0"><code>dc0c0dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2079">#2079</a> from dtolnay/packedremote</li> <li><a href="https://github.com/serde-rs/serde/commit/54102ee7d08cd2037eba8c3f9ad087e3a04d1e72"><code>54102ee</code></a> Avoid generating ref patterns for fields of packed remote struct</li> <li><a href="https://github.com/serde-rs/serde/commit/14accf751801d34a2c015efcce31c0743622e63e"><code>14accf7</code></a> Add test of remote with a packed struct</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.128...v1.0.130">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.128&new-version=1.0.130)](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>
2 parents ed65b16 + 43eb910 commit 4f434cc

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
@@ -18,7 +18,7 @@ env_logger = "0.9"
1818
anyhow = "1.0.43"
1919
log = "0.4"
2020
semver = "1.0" # Keep in sync with version pulled by Cargo
21-
serde = { version = "1.0.128", features = ["derive"] }
21+
serde = { version = "1.0.130", features = ["derive"] }
2222
serde_json = "1.0.67"
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)