From 551e32a5af58be345297187833f90497c4308b2b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 13 Sep 2023 13:24:20 -0700
Subject: [PATCH] Bump serde_json from 1.0.105 to 1.0.106 (#2757)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to
1.0.106.
<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.106</h2>
<ul>
<li>Add <code>Value::as_number</code> accessor (<a
href="https://redirect.github.com/serde-rs/json/issues/1069">#1069</a>,
thanks <a
href="https://github.com/chanced"><code>@​chanced</code></a>)</li>
<li>Add <code>Number::as_str</code> accessor under
&quot;arbitrary_precision&quot; feature (<a
href="https://redirect.github.com/serde-rs/json/issues/1067">#1067</a>,
thanks <a
href="https://github.com/chanced"><code>@​chanced</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/45f10ec816e3f2765ac08f7ca73752326b0475d7"><code>45f10ec</code></a>
Release 1.0.106</li>
<li><a
href="https://github.com/serde-rs/json/commit/f346308cda4cd5a7dae0327a757fe41f064a2161"><code>f346308</code></a>
Elaborate on documentation of Number::as_str</li>
<li><a
href="https://github.com/serde-rs/json/commit/f16cad635d2aadb2ef6610e765f49eaabc1c9bf1"><code>f16cad6</code></a>
Add cfg banner to documentation of Number::as_str</li>
<li><a
href="https://github.com/serde-rs/json/commit/fc8dd13aa284d255b79504ed4ee15a27aba6228f"><code>fc8dd13</code></a>
Touch up PR 1067</li>
<li><a
href="https://github.com/serde-rs/json/commit/028b6439309e1fa910e380a24194c273313d0ba3"><code>028b643</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1067">#1067</a>
from chanced/add-as_str-to-number</li>
<li><a
href="https://github.com/serde-rs/json/commit/db75c22990f58c77d380c9dc02caa43e42b5b098"><code>db75c22</code></a>
Fix unintended u8 link inferred by intra doc link</li>
<li><a
href="https://github.com/serde-rs/json/commit/11b603cf07b6298cdec9803ef0b32085e43c335c"><code>11b603c</code></a>
Resolve rustdoc::redundant_explicit_links lint</li>
<li><a
href="https://github.com/serde-rs/json/commit/95c5d6c8be64634d9bf408ef9679003e6b6f0220"><code>95c5d6c</code></a>
Fix documentation typo from PR 1069</li>
<li><a
href="https://github.com/serde-rs/json/commit/5a39516161ea9efd7957e2b6c6c8fa76792026a9"><code>5a39516</code></a>
Reorder Value::as_number after is_number</li>
<li><a
href="https://github.com/serde-rs/json/commit/6a5fef919092c11a9a4eb827ac51001761795fe0"><code>6a5fef9</code></a>
Wrap as_number documentation to 80 columns</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106">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.105&new-version=1.0.106)](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>
---
 Cargo.lock          | 4 ++--
 src/core/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index fee011af20..b526a47b47 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1167,9 +1167,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.105"
+version = "1.0.106"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
+checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
 dependencies = [
  "itoa 1.0.1",
  "ryu",
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index afc5a3d87d..2f39693646 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -42,7 +42,7 @@ num-iter = "0.1.43"
 once_cell = "1.18.0"
 rayon = { version = "1.7.0", optional = true }
 serde = { version = "1.0.168", features = ["derive"] }
-serde_json = "1.0.105"
+serde_json = "1.0.106"
 primal-check = "0.3.1"
 thiserror = "1.0"
 typed-builder = "0.14.0"