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

Commit b9f7662

Browse files
committed
Auto merge of #260 - rust-lang:dependabot/cargo/serde_json-1.0.75, r=JohnTitor
Bump serde_json from 1.0.74 to 1.0.75 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.74 to 1.0.75. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/a22b686f499e12146cf9a8932d2aebce7c9f2fc3"><code>a22b686</code></a> Release 1.0.75</li> <li><a href="https://github.com/serde-rs/json/commit/36c43bfed5aa695f8d7a8138de585d425b042ed3"><code>36c43bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/848">#848</a> from serde-rs/num</li> <li><a href="https://github.com/serde-rs/json/commit/d54138145514758ea9475baf77cd5bf4788e9eaf"><code>d541381</code></a> Deserialize small numbers as integers in arbitrary_precision</li> <li><a href="https://github.com/serde-rs/json/commit/0ca5a69d734c4f5a0185e93de491b45e25ca39b6"><code>0ca5a69</code></a> Add regression test for issue 845</li> <li><a href="https://github.com/serde-rs/json/commit/66919777d0c31addd190c7a48ec78145a270294d"><code>6691977</code></a> Disable buggy iter_not_returning_iterator lint</li> <li><a href="https://github.com/serde-rs/json/commit/aebe84cb09663d0c3371273fb20d838c2e752bcd"><code>aebe84c</code></a> Raise toolchain version for preserve_order to rust 1.46</li> <li><a href="https://github.com/serde-rs/json/commit/3f459308f5055e9a4b1b611a77dad07132011e8d"><code>3f45930</code></a> Set miriflags once for whole miri job</li> <li><a href="https://github.com/serde-rs/json/commit/c79d9ad2e1da0ea3d8e21841404df78ba6f82435"><code>c79d9ad</code></a> Run miri also with some features enabled</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.74...v1.0.75">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.74&new-version=1.0.75)](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 47ca177 + 461e3a8 commit b9f7662

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 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.133", features = ["derive"] }
23-
serde_json = "1.0.74"
23+
serde_json = "1.0.75"
2424
quote = "=1.0.10"
2525
proc-macro2 = "=1.0.32"
2626

0 commit comments

Comments
 (0)