This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Commit 133f2fe
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 />
[](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 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments