mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
chore(deps): Bump serde_json from 1.0.128 to 1.0.129 (#1541)
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="fe499e869e
"><code>fe499e8</code></a> Release 1.0.129</li> <li><a href="2679e3016a
"><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="c1a06c100e
"><code>c1a06c1</code></a> Add methods on Map and Value to destroy preserved ordering</li> <li><a href="faab2e8d2f
"><code>faab2e8</code></a> Ignore needless_lifetimes clippy lint</li> <li><a href="ef9ca27778
"><code>ef9ca27</code></a> Resolve some needless_lifetimes clippy lints</li> <li><a href="309cfc9f8c
"><code>309cfc9</code></a> Resolve empty_line_after_doc_comments clippy lint in lexical</li> <li><a href="1faf3a1db6
"><code>1faf3a1</code></a> Replace bool::to_string with if</li> <li><a href="d254281184
"><code>d254281</code></a> Replace str::to_string with to_owned</li> <li><a href="3f4e30a584
"><code>3f4e30a</code></a> Replace char::to_string with encode_utf8</li> <li><a href="4921906b1d
"><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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.128&new-version=1.0.129)](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>
This commit is contained in:
parent
c0f20fc6ab
commit
2591400901
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3888,9 +3888,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.128"
|
||||
version = "1.0.129"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
||||
checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
Loading…
Reference in New Issue
Block a user