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

Commit 02083bc

Browse files
committed
Auto merge of #286 - rust-lang:dependabot/cargo/serde_json-1.0.80, r=JohnTitor
Bump serde_json from 1.0.79 to 1.0.80 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/585e4c5dc771d55459f2ff860bbe998660db0853"><code>585e4c5</code></a> Release 1.0.80</li> <li><a href="https://github.com/serde-rs/json/commit/52a9c050f5dcc0dc3de4825b131b8ff05219cc82"><code>52a9c05</code></a> Pull miri from miri branch of dtolnay/rust-toolchain</li> <li><a href="https://github.com/serde-rs/json/commit/aff685b8c9d20aa3773d2d4d6753e4b399768af6"><code>aff685b</code></a> Drop unneeded quoting from env variable in workflows yaml</li> <li><a href="https://github.com/serde-rs/json/commit/6995bbf78444af61bcd98749c538222a18d4612f"><code>6995bbf</code></a> Update workflows to actions/checkout@v3</li> <li><a href="https://github.com/serde-rs/json/commit/829175e6069fb16672875f125f6afdd7c6da1dec"><code>829175e</code></a> Fix dev dependencies on serde's derive feature</li> <li><a href="https://github.com/serde-rs/json/commit/2733e635b32fa9c10d1d8ef8c224b6aa405727d3"><code>2733e63</code></a> Rewrap readme to 80 columns</li> <li><a href="https://github.com/serde-rs/json/commit/c5475a32db364b6102d6e3b024912ba0eb5b3116"><code>c5475a3</code></a> Apply readme changes from PR 864 to crate-level rustdoc</li> <li><a href="https://github.com/serde-rs/json/commit/56cf16f90096f250912d533e75e5c1c5e1b773b4"><code>56cf16f</code></a> Merge pull request 864 from novedevo/patch-1</li> <li><a href="https://github.com/serde-rs/json/commit/16b68b06d601f63a5f0368b3711acbe0f0f1223e"><code>16b68b0</code></a> Tweak grammar to improve readability</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80">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.79&new-version=1.0.80)](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 1246e15 + 2f57cf1 commit 02083bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0.57"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.136", features = ["derive"] }
23-
serde_json = "1.0.79"
23+
serde_json = "1.0.80"
2424
quote = "1.0.10"
2525
proc-macro2 = "1.0.32"
2626

0 commit comments

Comments
 (0)