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

Commit 14697b5

Browse files
committed
Auto merge of #264 - rust-lang:dependabot/cargo/serde-1.0.135, r=JohnTitor
Bump serde from 1.0.133 to 1.0.135 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.133 to 1.0.135. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.134</h2> <ul> <li>Improve error messages on deserializing NonZero integers from a 0 value (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2158">#2158</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/8932c852a50d1e1644e4d2b52d816cbce3e95567"><code>8932c85</code></a> Release 1.0.135</li> <li><a href="https://github.com/serde-rs/serde/commit/9f3dd3c7c4bd4305f0f5790811461c94e9f96078"><code>9f3dd3c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2163">#2163</a> from serde-rs/discord</li> <li><a href="https://github.com/serde-rs/serde/commit/dd9b415ff90f1f7b61ddde34abde93c1aab2cef2"><code>dd9b415</code></a> Add discord invite links</li> <li><a href="https://github.com/serde-rs/serde/commit/3bb4a5a4f6828a43d89c033c1fab99975b0363db"><code>3bb4a5a</code></a> Release 1.0.134</li> <li><a href="https://github.com/serde-rs/serde/commit/6164627beaea4fce50749460dd96a71e176ff188"><code>6164627</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2159">#2159</a> from serde-rs/nonzero</li> <li><a href="https://github.com/serde-rs/serde/commit/51aaf496d4e1d28573bffb43906ba860ac498ddf"><code>51aaf49</code></a> Write better Visitor for NonZero integers</li> <li><a href="https://github.com/serde-rs/serde/commit/bc66aeb0d316d608e43061372d6bd400aad2d393"><code>bc66aeb</code></a> Add tests of deserializing NonZero</li> <li><a href="https://github.com/serde-rs/serde/commit/7e7044d457058ff95c8dccd38afed198ed6bbd06"><code>7e7044d</code></a> Ignore clippy in number conversion tests</li> <li><a href="https://github.com/serde-rs/serde/commit/5498dc055062e95c687dde8a6b4b04b8ec68693e"><code>5498dc0</code></a> Add tests of num conversion errors</li> <li><a href="https://github.com/serde-rs/serde/commit/ff04e8be9b37d2a86a05421e2986a1f5c1baf0c7"><code>ff04e8b</code></a> Improve coverage of num conversion in test suite</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.133...v1.0.135">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.133&new-version=1.0.135)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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 fe4a73a + e378327 commit 14697b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 @@ env_logger = "0.9"
1919
anyhow = "1.0.52"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
22-
serde = { version = "1.0.133", features = ["derive"] }
22+
serde = { version = "1.0.135", features = ["derive"] }
2323
serde_json = "1.0.75"
2424
quote = "=1.0.10"
2525
proc-macro2 = "=1.0.32"

0 commit comments

Comments
 (0)