[PR #479] [MERGED] chore(deps): bump serde from 1.0.164 to 1.0.165 #943

Closed
opened 2026-01-05 14:53:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/479
Author: @dependabot[bot]
Created: 7/3/2023
Status: Merged
Merged: 7/7/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/serde-1.0.165


📝 Commits (1)

  • 76778d2 chore(deps): bump serde from 1.0.164 to 1.0.165

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 Cargo.lock (+11 -11)

📄 Description

Bumps serde from 1.0.164 to 1.0.165.

Release notes

Sourced from serde's releases.

v1.0.165

  • Fix incorrect count of fields passed to tuple deserialization methods when using serde(skip_deserializing) attributes (#2466, thanks @​Mingun)
  • Fix -Zminimal-versions build
Commits
  • dcbc3e0 Release 1.0.165
  • 0289d31 Fix -Zminimal-versions build
  • 015e397 No need for single-element vec for chaining one element
  • 6a9a21f Resolve useless_conversion clippy lint in test
  • 81ac54b Resolve redundant_closure_call clippy lint
  • 6b4e755 Resolve explicit_iter_loop pedantic clippy lint
  • b053b4f Touch up early return in Enum checks
  • c0ba323 Support a manual trigger on CI workflow
  • 20a48c9 Remove .clippy.toml in favor of respecting rust-version from Cargo.toml
  • 0993880 Resolve redundant_static_lifetimes clippy lint
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/479 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/3/2023 **Status:** ✅ Merged **Merged:** 7/7/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.165` --- ### 📝 Commits (1) - [`76778d2`](https://github.com/LGUG2Z/komorebi/commit/76778d206c7620f09448c6cf14ad73341b98e1e0) chore(deps): bump serde from 1.0.164 to 1.0.165 ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -11) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.165. <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.165</h2> <ul> <li>Fix incorrect count of fields passed to tuple deserialization methods when using <code>serde(skip_deserializing)</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2466">#2466</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Fix <code>-Zminimal-versions</code> build</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/dcbc3e01625c2c7ce353984002cecea074c58c37"><code>dcbc3e0</code></a> Release 1.0.165</li> <li><a href="https://github.com/serde-rs/serde/commit/0289d317246e63a584ace43d26c42e7ebfb6ecb4"><code>0289d31</code></a> Fix -Zminimal-versions build</li> <li><a href="https://github.com/serde-rs/serde/commit/015e39776fcd951d208d7fbb5f4a4de4efb4445f"><code>015e397</code></a> No need for single-element vec for chaining one element</li> <li><a href="https://github.com/serde-rs/serde/commit/6a9a21f1788b064a1a14b8bde98f74fab964dfb5"><code>6a9a21f</code></a> Resolve useless_conversion clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/81ac54b20d10bb4f4e2f37e767e400e58c3fdf85"><code>81ac54b</code></a> Resolve redundant_closure_call clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/6b4e75520a30f7183fc81302f3283efd98260f92"><code>6b4e755</code></a> Resolve explicit_iter_loop pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/b053b4f492b3810c957eae3b1559df16072f8c97"><code>b053b4f</code></a> Touch up early return in Enum checks</li> <li><a href="https://github.com/serde-rs/serde/commit/c0ba323166c78d13c1c8d666a551b14229b87d9e"><code>c0ba323</code></a> Support a manual trigger on CI workflow</li> <li><a href="https://github.com/serde-rs/serde/commit/20a48c9580445b82e570c237159e4bce8b95831b"><code>20a48c9</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/serde-rs/serde/commit/09938803af27e1da69435459b99a5bbf0e883b52"><code>0993880</code></a> Resolve redundant_static_lifetimes clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.165">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.164&new-version=1.0.165)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:30 +01:00
adam closed this issue 2026-01-05 14:53:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#943