Skip to content

Commit ced7528

Browse files
committed
Auto merge of rust-lang#223 - rust-lang:dependabot/cargo/serde_json-1.0.68, r=JohnTitor
Bump serde_json from 1.0.67 to 1.0.68 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) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 b1a3d92 + 4675b26 commit ced7528

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.44"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.130", features = ["derive"] }
23-
serde_json = "1.0.67"
23+
serde_json = "1.0.68"
2424

2525
[dev-dependencies]
2626
quickcheck = "1.0"

0 commit comments

Comments
 (0)