Commit 785691f
authored
chore(deps): bump serde_json from 1.0.128 to 1.0.129 (#502)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to
1.0.129.
<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.129</h2>
<ul>
<li>Add <a
href="https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys"><code>serde_json::Map::sort_keys</code></a>
and <a
href="https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects"><code>serde_json::Value::sort_all_objects</code></a>
(<a
href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/fe499e869e283390e8b410d0b3bbbdc5866f165c"><code>fe499e8</code></a>
Release 1.0.129</li>
<li><a
href="https://github.com/serde-rs/json/commit/2679e3016ae46ef921823b7b6e0fe6f56e72b8f0"><code>2679e30</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>
from dtolnay/sort</li>
<li><a
href="https://github.com/serde-rs/json/commit/c1a06c100e1e0a2a4587e629ca132782fca536dc"><code>c1a06c1</code></a>
Add methods on Map and Value to destroy preserved ordering</li>
<li><a
href="https://github.com/serde-rs/json/commit/faab2e8d2fcf781a3f77f329df836ffb3aaacfba"><code>faab2e8</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/serde-rs/json/commit/ef9ca277782a4d2d945299d185b9c5dc46108273"><code>ef9ca27</code></a>
Resolve some needless_lifetimes clippy lints</li>
<li><a
href="https://github.com/serde-rs/json/commit/309cfc9f8c639b562670e3abb662cff8ba4b336b"><code>309cfc9</code></a>
Resolve empty_line_after_doc_comments clippy lint in lexical</li>
<li><a
href="https://github.com/serde-rs/json/commit/1faf3a1db661c7fb1f3a9a141efa30fb67e9ab3a"><code>1faf3a1</code></a>
Replace bool::to_string with if</li>
<li><a
href="https://github.com/serde-rs/json/commit/d2542811846a7a6eecb8fe286a1bb8ae69c44dd6"><code>d254281</code></a>
Replace str::to_string with to_owned</li>
<li><a
href="https://github.com/serde-rs/json/commit/3f4e30a584cc4b81f288f83d79f5066cdba3af3b"><code>3f4e30a</code></a>
Replace char::to_string with encode_utf8</li>
<li><a
href="https://github.com/serde-rs/json/commit/4921906b1da650962e84a99f6a3c4eb954fb8b1b"><code>4921906</code></a>
Replace integer to_string with itoa</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/1.0.128...1.0.129">compare
view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments