Skip to content

Commit 9a39c82

Browse files
chore(deps): bump serde_json from 1.0.107 to 1.0.108 (#383)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. <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.108</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a>, <a href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a>, <a href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a>, thanks <a href="https://github.com/dimo414"><code>@​dimo414</code></a> and <a href="https://github.com/fritzrehde"><code>@​fritzrehde</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/4bc1eaa03a6160593575bc9bc60c94dba4cab1e3"><code>4bc1eaa</code></a> Release 1.0.108</li> <li><a href="https://github.com/serde-rs/json/commit/1454eac069394f96838b86e71063339edf02148e"><code>1454eac</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a> from dtolnay/fromdoc</li> <li><a href="https://github.com/serde-rs/json/commit/0f072fad735f03476c884b5257e894a54facc01b"><code>0f072fa</code></a> Improve Value From and FromIterator docs</li> <li><a href="https://github.com/serde-rs/json/commit/a8e6f75a9b81f6c7877600cd458a3e0e732487a0"><code>a8e6f75</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a> from fritzrehde/master</li> <li><a href="https://github.com/serde-rs/json/commit/ebaf61709aba7a3f2429a5d95a694514f180f565"><code>ebaf617</code></a> fixed typos</li> <li><a href="https://github.com/serde-rs/json/commit/f56053d6f8cb45f61a71570a22d3272bfeb89909"><code>f56053d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1080">#1080</a> from serde-rs/negativenan</li> <li><a href="https://github.com/serde-rs/json/commit/4e091d5d6d9fd94881b64214ac5696b22028721d"><code>4e091d5</code></a> Add test of negative NaN and negative infinity</li> <li><a href="https://github.com/serde-rs/json/commit/421a70d1a6c7e30232a526fdb071b2dc52ec9f07"><code>421a70d</code></a> Fix unused imports</li> <li><a href="https://github.com/serde-rs/json/commit/39f5ad15343a6a1b00660ef74157ad568a2a6c79"><code>39f5ad1</code></a> Remove 'remember to update' reminder from Cargo.toml</li> <li><a href="https://github.com/serde-rs/json/commit/5bb696029d2701d458029b372300cb23417e56ad"><code>5bb6960</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a> from dimo414/master</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108">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.107&new-version=1.0.108)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df04b53 commit 9a39c82

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
@@ -46,7 +46,7 @@ percent-encoding = "2.2.0"
4646
rustls = "0.20.6"
4747
rustls-pemfile = "1.0.3"
4848
serde = { version = "1.0.191", features = ["derive"] }
49-
serde_json = "1.0.107"
49+
serde_json = "1.0.108"
5050
structopt = { version = "0.3.26", default-features = false }
5151
termcolor = "1.1.3"
5252
tokio = { version = "1.29.1", features = ["fs", "rt-multi-thread", "signal", "macros"] }

0 commit comments

Comments
 (0)