778: Bump serde_json from 1.0.67 to 1.0.68 r=rishflab a=dependabot[bot]

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68.
<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.68</h2>
<ul>
<li>Preserve negative sign of <code>-0</code> when deserializing to f32 or f64 (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/799">#799</a>, <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/801">#801</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9420d3a0a4"><code>9420d3a</code></a> Release 1.0.68</li>
<li><a href="d86e353575"><code>d86e353</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/801">#801</a> from dtolnay/negative0</li>
<li><a href="51a4db1631"><code>51a4db1</code></a> Parse -0 as float -0.0 instead of integer 0</li>
<li><a href="f5219be867"><code>f5219be</code></a> Add test parsing <code>-0</code></li>
<li><a href="b419f2e065"><code>b419f2e</code></a> Test negative zero parsing to f32</li>
<li><a href="ef823af7d5"><code>ef823af</code></a> Suppress unused field in test_borrow_in_map_key</li>
<li><a href="f4fc150c45"><code>f4fc150</code></a> Fix dead code warning in issue 795 regression test</li>
<li><a href="133bb61574"><code>133bb61</code></a> Ignore derivable_impls clippy false positive</li>
<li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.67...v1.0.68">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.67&new-version=1.0.68)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/815/head
bors[bot] 3 years ago committed by GitHub
commit 6fec886a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -3465,9 +3465,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.67"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
dependencies = [
"indexmap",
"itoa",

Loading…
Cancel
Save