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

Commit cfe8203

Browse files
committed
Auto merge of #175 - rust-lang:dependabot/cargo/serde_json-1.0.64, r=JohnTitor
Bump serde_json from 1.0.62 to 1.0.64 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.62 to 1.0.64. <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.64</h2> <ul> <li>Fix deserialization panic on deserializing <code>RawValue</code> from a slice containing non-utf8 bytes (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/755">#755</a>)</li> </ul> <h2>v1.0.63</h2> <ul> <li>Provide <code>Entry::and_modify</code> method on <a href="https://docs.rs/serde_json/1.0/serde_json/map/enum.Entry.html">serde_json::map::Entry</a> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/754">#754</a>, thanks <a href="https://github.com/Krout0n"><code>`@​Krout0n</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/d0d80783d31161c869922fad933b3623715506d2"><code>d0d8078</code></a> Release 1.0.64</li> <li><a href="https://github.com/serde-rs/json/commit/8d3b890ef85b795890fc05e194599cbd8d70e70b"><code>8d3b890</code></a> Fix IoRead's raw buffering on invalid utf-8 as well</li> <li><a href="https://github.com/serde-rs/json/commit/054326ea8ad29c516b2558851e716300e91a8c30"><code>054326e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/757">#757</a> from serde-rs/panicraw</li> <li><a href="https://github.com/serde-rs/json/commit/c64c1d7429d32eaef3a501c730906656a9606f5d"><code>c64c1d7</code></a> Fix panic deserializing RawValue from invalid utf-8 bytes</li> <li><a href="https://github.com/serde-rs/json/commit/2f812d0363034efc0f65ffbd35168d99d458aedb"><code>2f812d0</code></a> Add test of RawValue deserialization from invalid utf-8</li> <li><a href="https://github.com/serde-rs/json/commit/9bcb08fd926c1c727cb1343363d41c25f2e6025d"><code>9bcb08f</code></a> Fix unnecessary trailing semicolon lints in test suite</li> <li><a href="https://github.com/serde-rs/json/commit/d400899cbd6d50817106d313f1da997fa41d4e2d"><code>d400899</code></a> Release 1.0.63</li> <li><a href="https://github.com/serde-rs/json/commit/461f2bfc3965879ceb90f1e2dd8c446de4766474"><code>461f2bf</code></a> Merge pull request 754 from Krout0n/entry#and_modify</li> <li><a href="https://github.com/serde-rs/json/commit/6e140a91926dc149824ae64c81bf3790538ea722"><code>6e140a9</code></a> Add Entry::and_modify</li> <li><a href="https://github.com/serde-rs/json/commit/64dd1e03e0c93808dca5e9a957416b424aaab5fe"><code>64dd1e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/752">#752</a> from SamuelQZQ/patch-2</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.62...v1.0.64">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.62&new-version=1.0.64)](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 </details>
2 parents 3947ad8 + 30f0033 commit cfe8203

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.38"
1919
log = "0.4"
2020
semver = "0.10" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.123", features = ["derive"] }
22-
serde_json = "1.0.62"
22+
serde_json = "1.0.64"
2323

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

0 commit comments

Comments
 (0)