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

Commit 133f2fe

Browse files
committed
Auto merge of #255 - rust-lang:dependabot/cargo/serde_json-1.0.74, r=JohnTitor
Bump serde_json from 1.0.73 to 1.0.74 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.74. <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.74</h2> <ul> <li>Allow creating RawValues from references to unsized values (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/841">#841</a>, thanks <a href="https://github.com/EFanZh"><code>`@​EFanZh</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/58d40de6ed22bf0c80bbe2443dd00f265281aa2d"><code>58d40de</code></a> Release 1.0.74</li> <li><a href="https://github.com/serde-rs/json/commit/ef7794f87f43d22fc74d1e38aa2cec1d6bcec12e"><code>ef7794f</code></a> Detect warnings in CI</li> <li><a href="https://github.com/serde-rs/json/commit/6de3d398efe4ed67e35796092387825201eb3c8c"><code>6de3d39</code></a> Merge pull request 841 from EFanZh/unsized-value-to-raw-value</li> <li><a href="https://github.com/serde-rs/json/commit/012f567a389c89d74f02ae14628968febef1d3da"><code>012f567</code></a> Allow creating <code>RawValue</code>s from references to unsized values</li> <li><a href="https://github.com/serde-rs/json/commit/18a88dad66e25d3cda4aa16d64a716e82ac3989d"><code>18a88da</code></a> Avoid evaluating $c more than once in overflow macro</li> <li><a href="https://github.com/serde-rs/json/commit/5d2cbcdd4b146e98b5aa2200de7a8ae6231bf0ba"><code>5d2cbcd</code></a> Eliminate lib module</li> <li><a href="https://github.com/serde-rs/json/commit/31198f589cff820750cf249a6b899f89dab514c0"><code>31198f5</code></a> Switch to $(,)? in tri macro</li> <li><a href="https://github.com/serde-rs/json/commit/51df12e0cdbcc193a41c682d8b3a0a6f44128ed8"><code>51df12e</code></a> Unconditionally import from alloc</li> <li><a href="https://github.com/serde-rs/json/commit/95f67a09399d546d9ecadeb747a845a77ff309b2"><code>95f67a0</code></a> Ignore return_self_not_must_use clippy lint</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.73...v1.0.74">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.73&new-version=1.0.74)](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 5f9a53a + ea80c9b commit 133f2fe

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
@@ -20,7 +20,7 @@ anyhow = "1.0.52"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.132", features = ["derive"] }
23-
serde_json = "1.0.73"
23+
serde_json = "1.0.74"
2424
proc-macro2 = "=1.0.32"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)