[PR #552] [MERGED] Bump serde from 1.0.114 to 1.0.115 #890

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/552
Author: @dependabot-preview[bot]
Created: 8/11/2020
Status: Merged
Merged: 8/17/2020
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde-1.0.115


📝 Commits (1)

  • 6b9ef3a Bump serde from 1.0.114 to 1.0.115

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.114 to 1.0.115.

Release notes

Sourced from serde's releases.

v1.0.115

  • Support #[serde(flatten)] on a field whose type is a type parameter and concrete type is () (#1873)
Commits
  • 2ef60b6 Release 1.0.115
  • e6f086d Merge pull request #1874 from dtolnay/flatunit
  • bf76f50 Support deserializing flattened unit
  • ba07075 Support serializing flattened unit
  • 26186bd Add test for flattened unit
  • 53b9871 Quote no longer requires high recursion
  • f8787c3 Suppress match_like_matches_macro clippy lint
  • 3022064 Suppress option_if_let_else clippy pedantic lint
  • 9e140a2 Tweak yaml format blurb
  • 24e6acb Drop 'help or discussion' issue template
  • 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/552 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/11/2020 **Status:** ✅ Merged **Merged:** 8/17/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.115` --- ### 📝 Commits (1) - [`6b9ef3a`](https://github.com/Rigellute/spotify-tui/commit/6b9ef3a6dec9241064d6b0e529d1bd92732c2635) Bump serde from 1.0.114 to 1.0.115 ### 📊 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.114 to 1.0.115. <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.115</h2> <ul> <li>Support <code>#[serde(flatten)]</code> on a field whose type is a type parameter and concrete type is <code>()</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1873">#1873</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/2ef60b62acccda9715cf149227d9ad542a2da830"><code>2ef60b6</code></a> Release 1.0.115</li> <li><a href="https://github.com/serde-rs/serde/commit/e6f086d85edfa3bde3f4486142301962ec5f1c8c"><code>e6f086d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1874">#1874</a> from dtolnay/flatunit</li> <li><a href="https://github.com/serde-rs/serde/commit/bf76f502942b31da3e755c2775128d88edac27d1"><code>bf76f50</code></a> Support deserializing flattened unit</li> <li><a href="https://github.com/serde-rs/serde/commit/ba0707559026b7dacef46de044a0da54ef64d50a"><code>ba07075</code></a> Support serializing flattened unit</li> <li><a href="https://github.com/serde-rs/serde/commit/26186bddd1e4c194d144d9684d5189ce5f3865a4"><code>26186bd</code></a> Add test for flattened unit</li> <li><a href="https://github.com/serde-rs/serde/commit/53b9871b172c1c29a16e66138f108bf4155444fe"><code>53b9871</code></a> Quote no longer requires high recursion</li> <li><a href="https://github.com/serde-rs/serde/commit/f8787c3ca8dcd23a06b27341eb84c39d68367628"><code>f8787c3</code></a> Suppress match_like_matches_macro clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/3022064f848a842de24bac7f214c9d2f36bd986e"><code>3022064</code></a> Suppress option_if_let_else clippy pedantic lint</li> <li><a href="https://github.com/serde-rs/serde/commit/9e140a2071e27f186ba6f73abd7abfdb00f8e2fd"><code>9e140a2</code></a> Tweak yaml format blurb</li> <li><a href="https://github.com/serde-rs/serde/commit/24e6acbfaeb18af978012b904209632f012eb54d"><code>24e6acb</code></a> Drop 'help or discussion' issue template</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115">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.114&new-version=1.0.115)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.114&new-version=1.0.115) 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:53:43 +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#890
No description provided.