Skip to content

Commit f699240

Browse files
authored
chore(deps): bump serde_json from 1.0.117 to 1.0.118 (#445)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.118. <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.118</h2> <ul> <li>Implement Hash for serde_json::Value (<a href="https://redirect.github.com/serde-rs/json/issues/1127">#1127</a>, thanks <a href="https://github.com/edwardycl"><code>@​edwardycl</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/c4f24f3be29a3d096d3ac7b1d5594777a613ec0d"><code>c4f24f3</code></a> Release 1.0.118</li> <li><a href="https://github.com/serde-rs/json/commit/51d94ebdc07127de22fb655bdcf6a01d119492d5"><code>51d94eb</code></a> Combine Map's Hash into one impl</li> <li><a href="https://github.com/serde-rs/json/commit/5e7bedc0a0e19ecda1c15a412ab7c69569f4aa84"><code>5e7bedc</code></a> Touch up PR 1127</li> <li><a href="https://github.com/serde-rs/json/commit/0af2bdae9483a9c54f8e032fcbf357dbe7803c49"><code>0af2bda</code></a> Resolve semicolon_if_nothing_returned pedantic clippy lint from PR 1127</li> <li><a href="https://github.com/serde-rs/json/commit/eb0330a178e0c179321101fbcbb5cb7530a2a3e5"><code>eb0330a</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1127">#1127</a> from edwardycl/hash</li> <li><a href="https://github.com/serde-rs/json/commit/24d868f4e9be428afa1c744f8218a32660a1e0bf"><code>24d868f</code></a> Another lexical const that is unused, though not in test</li> <li><a href="https://github.com/serde-rs/json/commit/4c894eaa18181860f3f5cf3fb11e18d4ee454120"><code>4c894ea</code></a> Delete unused associated constant from lexical</li> <li><a href="https://github.com/serde-rs/json/commit/fa8aa223c66018cae73efa57fd276af329a343f4"><code>fa8aa22</code></a> Fill in ignore reasons in all #[ignore] attributes</li> <li><a href="https://github.com/serde-rs/json/commit/c9b9f88c1add99e20fefcd377a29b00715b4e8c3"><code>c9b9f88</code></a> Run more of test suite in preserve_order mode</li> <li><a href="https://github.com/serde-rs/json/commit/b83d243e711b65e32925510343df566080776dd5"><code>b83d243</code></a> Ignore large_digit_groups pedantic clippy lint in test</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.117...v1.0.118">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.117&new-version=1.0.118)](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 parents c34cc6c + 1fc1bf2 commit f699240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ strip = "symbols"
2828

2929
[dependencies]
3030
serde = { version = "1.0.203", features = ["derive"] }
31-
serde_json = "1.0.117"
31+
serde_json = "1.0.118"
3232
dirs = "5.0.1"
3333
rpassword = "7.3.1"
3434
data-encoding = "2.6.0"

0 commit comments

Comments
 (0)