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

Commit ed65b16

Browse files
committed
Auto merge of #219 - rust-lang:dependabot/cargo/serde_json-1.0.67, r=JohnTitor
Bump serde_json from 1.0.66 to 1.0.67 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.67</h2> <ul> <li>Fix inconsistency of deserialization of unknown fields in a struct variant from bytes vs from Value (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/795">#795</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/f6bbab4835275565ece6d492683b23657f53df8b"><code>f6bbab4</code></a> Release 1.0.67</li> <li><a href="https://github.com/serde-rs/json/commit/55efb3f0f2846e320b9554b9325b7b4210053ad5"><code>55efb3f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/796">#796</a> from dtolnay/visitobject</li> <li><a href="https://github.com/serde-rs/json/commit/c7b71869571ad1825a5983df84d05760769ec71f"><code>c7b7186</code></a> Detect unknown struct variant fields deserializing from Value</li> <li><a href="https://github.com/serde-rs/json/commit/12207ed2a3dff29e695222a27ebb22767c6c44e1"><code>12207ed</code></a> Add regression test for issue 795</li> <li><a href="https://github.com/serde-rs/json/commit/7b4585fbff5962f05ffb1d7b5a296cf35b69072e"><code>7b4585f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/794">#794</a> from dtolnay/visitarray</li> <li><a href="https://github.com/serde-rs/json/commit/89cfb456ffc0749e2e30321e2196b1c8c29e1e00"><code>89cfb45</code></a> Use existing helpers for running visit_seq over a Vec/slice</li> <li><a href="https://github.com/serde-rs/json/commit/604d5cf6feb20ea606e9c1929fb4616d3e21271a"><code>604d5cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/793">#793</a> from dtolnay/valuede</li> <li><a href="https://github.com/serde-rs/json/commit/cdc2ad37819bbf7b4a34815b82e3d496155b115e"><code>cdc2ad3</code></a> Delete Deserializer impl from value::de::MapRefDeserializer</li> <li><a href="https://github.com/serde-rs/json/commit/cb1e7301d62fca70e406cc2afdef14cf426d5011"><code>cb1e730</code></a> Delete Deserializer impl from value::de::SeqRefDeserializer</li> <li><a href="https://github.com/serde-rs/json/commit/fcd94f0a90582e1684d2b1a8f92bf52bffbeeccd"><code>fcd94f0</code></a> Delete Deserializer impl from value::de::SeqDeserializer</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.66...v1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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 d8ea860 + d503880 commit ed65b16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 @@ anyhow = "1.0.43"
1919
log = "0.4"
2020
semver = "1.0" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.128", features = ["derive"] }
22-
serde_json = "1.0.66"
22+
serde_json = "1.0.67"
2323

2424
[dev-dependencies]
2525
quickcheck = "1.0"

0 commit comments

Comments
 (0)