[PR #847] [MERGED] Bump serde from 1.0.125 to 1.0.127 #1052

Closed
opened 2026-02-28 14:54:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/847
Author: @dependabot-preview[bot]
Created: 8/2/2021
Status: Merged
Merged: 8/23/2021
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde-1.0.127


📝 Commits (1)

  • 8067a55 Bump serde from 1.0.125 to 1.0.127

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.125 to 1.0.127.

Release notes

Sourced from serde's releases.

v1.0.127

  • Resolve warning in rustc nightly-2021-07-31+ compiling serde_test

v1.0.126

  • Resolve conflict with forbid(future_incompatible) lint setting in generated code (#2026, thanks @​hyd-dev)
Commits
  • e2f8568 Release 1.0.127
  • 8b840c3 Resolve semicolon_in_expressions_from_macros warning in serde_test
  • 9c39115 Ignore buggy nonstandard_macro_braces clippy lint
  • 89342af Merge pull request #2047 from jsoref/spelling
  • 3c5e2d1 spelling: implicitly
  • 3805c03 Merge pull request #2040 from dtolnay/test
  • 7045fee Fix outdated test instructions in CONTRIBUTING.md
  • 9d81532 Merge pull request #2039 from dtolnay/test
  • 5e47432 Update documented test command for the serde directory
  • 7b84089 Resolve needless_borrow clippy lints
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/Rigellute/spotify-tui/pull/847 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/2/2021 **Status:** ✅ Merged **Merged:** 8/23/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.127` --- ### 📝 Commits (1) - [`8067a55`](https://github.com/Rigellute/spotify-tui/commit/8067a55c8cdeb5975a2c2c9eef5d448a9b65dfa8) Bump serde from 1.0.125 to 1.0.127 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.125 to 1.0.127. <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.127</h2> <ul> <li>Resolve warning in rustc nightly-2021-07-31+ compiling serde_test</li> </ul> <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/e2f85681fea9229208e83ae873c3a9a077f4d255"><code>e2f8568</code></a> Release 1.0.127</li> <li><a href="https://github.com/serde-rs/serde/commit/8b840c3030073446f2c14911cfe46df53e64d894"><code>8b840c3</code></a> Resolve semicolon_in_expressions_from_macros warning in serde_test</li> <li><a href="https://github.com/serde-rs/serde/commit/9c39115f827170f7adbdfa4115f5916c5979393c"><code>9c39115</code></a> Ignore buggy nonstandard_macro_braces clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/89342af71e06e83b8718d34e44b59d658e841cf3"><code>89342af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2047">#2047</a> from jsoref/spelling</li> <li><a href="https://github.com/serde-rs/serde/commit/3c5e2d11f64104ec5cf6a884b5372b28e7569712"><code>3c5e2d1</code></a> spelling: implicitly</li> <li><a href="https://github.com/serde-rs/serde/commit/3805c037a8805e7f4559a140bbd228e13feac391"><code>3805c03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2040">#2040</a> from dtolnay/test</li> <li><a href="https://github.com/serde-rs/serde/commit/7045fee26000e9e49fcf9cdb99db611a249ce915"><code>7045fee</code></a> Fix outdated test instructions in CONTRIBUTING.md</li> <li><a href="https://github.com/serde-rs/serde/commit/9d81532e413fed5bfeae2ee992376da584af8967"><code>9d81532</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2039">#2039</a> from dtolnay/test</li> <li><a href="https://github.com/serde-rs/serde/commit/5e47432ef07337678bed2b197a45be3dde7e2695"><code>5e47432</code></a> Update documented test command for the serde directory</li> <li><a href="https://github.com/serde-rs/serde/commit/7b840897a9005d86273ca80e4881e34b5c77787c"><code>7b84089</code></a> Resolve needless_borrow clippy lints</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.125...v1.0.127">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.125&new-version=1.0.127)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.125&new-version=1.0.127) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:54:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#1052
No description provided.