[PR #696] [MERGED] Bump serde_yaml from 0.8.14 to 0.8.15 #984

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/696
Author: @dependabot-preview[bot]
Created: 1/6/2021
Status: Merged
Merged: 1/6/2021
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde_yaml-0.8.15


📝 Commits (1)

  • 6310801 Bump serde_yaml from 0.8.14 to 0.8.15

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde_yaml from 0.8.14 to 0.8.15.

Release notes

Sourced from serde_yaml's releases.

0.8.15

  • Declare dependency version requirements compatible with minimal-versions lockfile (#183)
Commits
  • c3595c7 Release 0.8.15
  • 022b0ad Merge pull request #184 from dtolnay/minimal-versions
  • e656edc Test minimal-versions in CI
  • 6df5a22 Set version requirements compatible with -Z minimal-versions
  • f6aa31d Fix catching clippy warnings as CI failures
  • 7f6d925 Inform clippy of supported compiler version in clippy.toml
  • c82a38d Apply clippy to test suite
  • 7a04d41 Extract clippy lint level to CI job
  • a4105ea Resolve clippy unnecessary_wraps lints
  • See full diff 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/696 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/6/2021 **Status:** ✅ Merged **Merged:** 1/6/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde_yaml-0.8.15` --- ### 📝 Commits (1) - [`6310801`](https://github.com/Rigellute/spotify-tui/commit/63108011af07cfe9bf03c70fffe4c94f569075c0) Bump serde_yaml from 0.8.14 to 0.8.15 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.14 to 0.8.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.8.15</h2> <ul> <li>Declare dependency version requirements compatible with minimal-versions lockfile (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/183">#183</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c3595c72613059215ab691f4699e719c8f5004aa"><code>c3595c7</code></a> Release 0.8.15</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/022b0ad89f76ed23465bc7d322c92fce905bf2a7"><code>022b0ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/184">#184</a> from dtolnay/minimal-versions</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/e656edc0b7de0f639bd3adc887d2cc0962c52364"><code>e656edc</code></a> Test minimal-versions in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/6df5a22c8699c3979857ccf8f7ff2a8103e47201"><code>6df5a22</code></a> Set version requirements compatible with -Z minimal-versions</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f6aa31d1f7964edbced07d63becca0b6689dba34"><code>f6aa31d</code></a> Fix catching clippy warnings as CI failures</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/7f6d925e6074c4ed092638b5a470991cfaab9593"><code>7f6d925</code></a> Inform clippy of supported compiler version in clippy.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c82a38dc7f2dbf029d720e96537b78aa8005d23f"><code>c82a38d</code></a> Apply clippy to test suite</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/7a04d41d243bbcf07bc6b2d7f647ba37e3c7ff3c"><code>7a04d41</code></a> Extract clippy lint level to CI job</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/a4105eaaf2db73aa18ffdcf8698bcea7331c4129"><code>a4105ea</code></a> Resolve clippy unnecessary_wraps lints</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.8.14...0.8.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.14&new-version=0.8.15)](https://dependabot.com/compatibility-score/?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.14&new-version=0.8.15) 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:03 +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#984
No description provided.