Skip to content

Commit

Permalink
chore(deps): bump serde_json from 1.0.129 to 1.0.130 (#50)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.129 to
1.0.130.
<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>1.0.130</h2>
<ul>
<li>Support converting and deserializing <code>Number</code> from i128
and u128 (<a
href="https://redirect.github.com/serde-rs/json/issues/1141">#1141</a>,
thanks <a
href="https://github.com/druide"><code>@​druide</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/2825e15cf447a251e403c4a83820959f81e60711"><code>2825e15</code></a>
Release 1.0.130</li>
<li><a
href="https://github.com/serde-rs/json/commit/2a2adb13a912a5b44a488bebb08cbd6978216981"><code>2a2adb1</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1204">#1204</a>
from dtolnay/u128</li>
<li><a
href="https://github.com/serde-rs/json/commit/d86703f33dc5a1569df8a164bc800b23e905a49f"><code>d86703f</code></a>
Add Number u128 conversions</li>
<li><a
href="https://github.com/serde-rs/json/commit/7e45e3df35de0f8d1c3f250c86643ec804baf48d"><code>7e45e3d</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1203">#1203</a>
from dtolnay/i128err</li>
<li><a
href="https://github.com/serde-rs/json/commit/be68eabf91b2332a786ee23fe338019566165380"><code>be68eab</code></a>
Return error instead of Null if i128 deserialized to Value is out of
range</li>
<li><a
href="https://github.com/serde-rs/json/commit/95f55f3802e4850f9b4e99abf31675c519cbd816"><code>95f55f3</code></a>
Delete Number conversion example code</li>
<li><a
href="https://github.com/serde-rs/json/commit/1a944f47ed20148548a59fddb71b93646f4be1ce"><code>1a944f4</code></a>
Delete Value::as_i128</li>
<li><a
href="https://github.com/serde-rs/json/commit/fb12a9db76c6233f7cf8517bbed066b37b230665"><code>fb12a9d</code></a>
Update Number::from_i128 documentation regarding bounds</li>
<li><a
href="https://github.com/serde-rs/json/commit/b4df0f8251f8f34115014e12a0de1e8930712265"><code>b4df0f8</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1202">#1202</a>
from dtolnay/useprimitive</li>
<li><a
href="https://github.com/serde-rs/json/commit/f3e2c48cad22659c9993caf829abf16f5780d06b"><code>f3e2c48</code></a>
Delete unneeded imports in doc code</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.129...1.0.130">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.129&new-version=1.0.130)](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>
  • Loading branch information
mergify[bot] authored Oct 18, 2024
2 parents 339194f + 2fa9d2b commit 3d39957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ipnetwork = "0.20.0"
log = "0.4.20"
reqwest = { version = "0.12.8", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.129"
serde_json = "1.0.130"
stderrlog = "0.6.0"

[dev-dependencies]
Expand Down

0 comments on commit 3d39957

Please sign in to comment.