Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit ae99659

Browse files
committed
Auto merge of #167 - rust-lang:dependabot/cargo/serde_json-1.0.62, r=JohnTitor
Bump serde_json from 1.0.61 to 1.0.62 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.61 to 1.0.62. <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.62</h2> <ul> <li>Speed up Display impl of serde_json::Value by 33% (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/751">#751</a>, thanks <a href="https://github.com/icewind1991"><code>`@icewind1991</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/8d78020522b4d3001be5f9c613bf4b5a6e63618a"><code>8d78020</code></a> Release 1.0.62</li> <li><a href="https://github.com/serde-rs/json/commit/b6c855dc09bb384955652da0216deaf6c0d2d27a"><code>b6c855d</code></a> Touch up PR 751</li> <li><a href="https://github.com/serde-rs/json/commit/e81e7d9ffa5728b263acfaa47bdc24fc1d0e6305"><code>e81e7d9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/751">#751</a> from icewind1991/value-display-utf8-unchecked</li> <li><a href="https://github.com/serde-rs/json/commit/e0747b9979e4d4f9734028eef24858e1cfb34916"><code>e0747b9</code></a> use from_utf8_unchecked in the fmt::Display implementation of Value</li> <li><a href="https://github.com/serde-rs/json/commit/7ff8ec6e8d759ce4ca57386c00f13ff6b21559c0"><code>7ff8ec6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/744">#744</a> from Carreau/patch-1</li> <li><a href="https://github.com/serde-rs/json/commit/418507e475fc42fb1cd754601ac00081e6fe7cf1"><code>418507e</code></a> Update example to use Result&lt;User, Box<!-- raw HTML omitted -->&gt;</li> <li><a href="https://github.com/serde-rs/json/commit/44d7fe33fcd1adfb952384367840d706b7278d9e"><code>44d7fe3</code></a> Intra-doc link for the crate::value link</li> <li><a href="https://github.com/serde-rs/json/commit/065cbef0badd78e4c4af2ee6e546e84cfe0a47ba"><code>065cbef</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/739">#739</a> from rory/minor-doc-improvement</li> <li><a href="https://github.com/serde-rs/json/commit/347674c3dd42e0df0debd91998bf10c92be6b20d"><code>347674c</code></a> make a html link in the doccomments</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.61...v1.0.62">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.61&new-version=1.0.62)](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 </details>
2 parents 1cd2c30 + 8299569 commit ae99659

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
@@ -19,7 +19,7 @@ anyhow = "1.0.38"
1919
log = "0.4"
2020
semver = "0.10" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.119", features = ["derive"] }
22-
serde_json = "1.0.61"
22+
serde_json = "1.0.62"
2323

2424
[dev-dependencies]
2525
quickcheck = "1.0"

0 commit comments

Comments
 (0)