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

Commit bb54e22

Browse files
committed
Auto merge of #191 - rust-lang:dependabot/cargo/serde-1.0.126, r=JohnTitor
Bump serde from 1.0.125 to 1.0.126 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.125 to 1.0.126. <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.126</h2> <ul> <li>Resolve conflict with <code>forbid(future_incompatible)</code> lint setting in generated code (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2026">#2026</a>, thanks <a href="https://github.com/hyd-dev"><code>`@​hyd-dev</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/d9c338ec4abd1dd6fdd305e208bff1fd7faaabff"><code>d9c338e</code></a> Release 1.0.126</li> <li><a href="https://github.com/serde-rs/serde/commit/699bf3a75dab3fe41de0f356b17ec08bf4d33bf2"><code>699bf3a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2026">#2026</a> from hyd-dev/warning</li> <li><a href="https://github.com/serde-rs/serde/commit/dd29825217e0bb91a82687847509758f377c4ad8"><code>dd29825</code></a> Allow only <code>unused_extern_crates</code> instead of the whole <code>rust_2018_idioms</code> lin...</li> <li><a href="https://github.com/serde-rs/serde/commit/6366f17da719a0efa5117c780fdd5469b903929d"><code>6366f17</code></a> Ignore clone_instead_of_copied pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/1120e5af4aa6fd2269459137f01f3b60dcd080eb"><code>1120e5a</code></a> Remove suppression of removed clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/1093f7e2325398288f4c1ea116a7b6cfcc5b282f"><code>1093f7e</code></a> Resolve flat_map_option pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/2ea132b8c417ac282885499a75e1bf9ceb2915d4"><code>2ea132b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2018">#2018</a> from dtolnay/nonascii</li> <li><a href="https://github.com/serde-rs/serde/commit/2ebc771b881bb1529b6e4baec71b477d4bebccde"><code>2ebc771</code></a> Remove non_ascii_idents feature gate from test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/c17c4eef1872a4e864198d03c94760f050f6edcf"><code>c17c4ee</code></a> Unify stable and beta CI workflow</li> <li><a href="https://github.com/serde-rs/serde/commit/7aa4950504e64dc3987f0c69718d97b4b106d650"><code>7aa4950</code></a> Release serde_derive_internals 0.26.0</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.125...v1.0.126">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.125&new-version=1.0.126)](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 dda69ed + 378881d commit bb54e22

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
@@ -18,7 +18,7 @@ env_logger = "0.8"
1818
anyhow = "1.0.40"
1919
log = "0.4"
2020
semver = "0.10" # Keep in sync with version pulled by Cargo
21-
serde = { version = "1.0.125", features = ["derive"] }
21+
serde = { version = "1.0.126", features = ["derive"] }
2222
serde_json = "1.0.64"
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)