mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
chore(deps): Bump serde_json from 1.0.132 to 1.0.133 (#1588)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. <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.133</h2> <ul> <li>Implement From<[T; N]> for serde_json::Value (<a href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0903de449c
"><code>0903de4</code></a> Release 1.0.133</li> <li><a href="2b65ca0949
"><code>2b65ca0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a> from dtolnay/fromarray</li> <li><a href="4e5f985958
"><code>4e5f985</code></a> Implement From<[T; N]> for Value</li> <li><a href="2ccb5b67ca
"><code>2ccb5b6</code></a> Disable question_mark clippy lint in lexical test</li> <li><a href="a11f5f2bc4
"><code>a11f5f2</code></a> Resolve unnecessary_map_or clippy lints</li> <li><a href="07f280a79c
"><code>07f280a</code></a> Wrap PR 1213 to 80 columns</li> <li><a href="75ed44722d
"><code>75ed447</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1213">#1213</a> from djmitche/safety-comment</li> <li><a href="73011c0b2b
"><code>73011c0</code></a> Add a safety comment to unsafe block</li> <li><a href="be2198a54d
"><code>be2198a</code></a> Prevent upload-artifact step from causing CI failure</li> <li><a href="7cce517f53
"><code>7cce517</code></a> Raise minimum version for preserve_order feature to Rust 1.65</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133">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.132&new-version=1.0.133)](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
73a3c54a3e
commit
1fa7ed6dfe
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4172,9 +4172,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.132"
|
||||
version = "1.0.133"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
||||
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
Loading…
Reference in New Issue
Block a user