Skip to content

Commit

Permalink
Merge #778
Browse files Browse the repository at this point in the history
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="https://github.com/serde-rs/json/commit/9420d3a0a4ebf17ef1deeecee07851f58ff6148f"><code>9420d3a</code></a> Release 1.0.68</li>
<li><a href="https://github.com/serde-rs/json/commit/d86e353575b27c52611787cf499bcc55a2409e44"><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="https://github.com/serde-rs/json/commit/51a4db1631d2746f28fe3b6f2eafda3aff03af4b"><code>51a4db1</code></a> Parse -0 as float -0.0 instead of integer 0</li>
<li><a href="https://github.com/serde-rs/json/commit/f5219be867e11c81f463c769e01caa2d79702926"><code>f5219be</code></a> Add test parsing <code>-0</code></li>
<li><a href="https://github.com/serde-rs/json/commit/b419f2e0650ab959a3db0b0ca471269e81abf27f"><code>b419f2e</code></a> Test negative zero parsing to f32</li>
<li><a href="https://github.com/serde-rs/json/commit/ef823af7d5d6c67b06988c50d9a2dfcba9c9e247"><code>ef823af</code></a> Suppress unused field in test_borrow_in_map_key</li>
<li><a href="https://github.com/serde-rs/json/commit/f4fc150c45d915426f05739a6b77859983c4f412"><code>f4fc150</code></a> Fix dead code warning in issue 795 regression test</li>
<li><a href="https://github.com/serde-rs/json/commit/133bb61574c5d1aa2f60dbf967ebc05e0363b0b1"><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>
  • Loading branch information
bors[bot] and dependabot[bot] committed Oct 8, 2021
2 parents 7e8b992 + e0c2b4c commit 6fec886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fec886

Please sign in to comment.