[PR #647] [MERGED] Bump serde_yaml from 0.8.13 to 0.8.14 #951

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_yaml-0.8.14


📝 Commits (1)

  • b67bac9 Bump serde_yaml from 0.8.13 to 0.8.14

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_yaml from 0.8.13 to 0.8.14.

Release notes

Sourced from serde_yaml's releases.

0.8.14

  • Fix handling of scalars consisting of digits with leading zeros (#180, thanks @stephanbuys)
Commits
  • 2d60691 Release 0.8.14
  • ed53e36 Touch up PR 180
  • ce23aff Merge pull request #180 from panoptix-za/master
  • 7b44a8e Fix the clippy formatting warning
  • 24dc184 Add a check for strings disguised as leading zeros followed by numbers
  • f208925 Unindent -> indoc in test suite
  • d24b924 Raise minimum tested version to rustc 1.45
  • e8e40e6 Suppress clippy manual_strip lint
  • 89cee75 Suppress option_if_let_else clippy pedantic lint
  • f61f98c Suppress match_like_matches_macro 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)
  • @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/647 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/2/2020 **Status:** ✅ Merged **Merged:** 11/24/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde_yaml-0.8.14` --- ### 📝 Commits (1) - [`b67bac9`](https://github.com/Rigellute/spotify-tui/commit/b67bac9b636022a6452db61dc44bc51c0dd76192) Bump serde_yaml from 0.8.13 to 0.8.14 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.13 to 0.8.14. <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.14</h2> <ul> <li>Fix handling of scalars consisting of digits with leading zeros (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/180">#180</a>, thanks <a href="https://github.com/stephanbuys">@stephanbuys</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2d60691bf6e8321c50e6603ea19ad398e2f1c3bb"><code>2d60691</code></a> Release 0.8.14</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/ed53e365fcf09bfb18a3bb08f087d92370eb7ee7"><code>ed53e36</code></a> Touch up PR 180</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/ce23aff68e1fb1a4da2fb94c199d3381e5380062"><code>ce23aff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/180">#180</a> from panoptix-za/master</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/7b44a8ece1b030a3b4d5237dd9d8189603b77783"><code>7b44a8e</code></a> Fix the clippy formatting warning</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/24dc1841cce2d4e902bdd211f971f3bbce12eeee"><code>24dc184</code></a> Add a check for strings disguised as leading zeros followed by numbers</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f208925341a7fcb1ea57f0abb93c6c12fecc104e"><code>f208925</code></a> Unindent -&gt; indoc in test suite</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/d24b92445e82c791efadd29d924c6923d61831ea"><code>d24b924</code></a> Raise minimum tested version to rustc 1.45</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/e8e40e6755719ebbf00f676a092e6a8c5438dfaa"><code>e8e40e6</code></a> Suppress clippy manual_strip lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/89cee75eea3b93efaa702d9dae596d2d0b69eb1a"><code>89cee75</code></a> Suppress option_if_let_else clippy pedantic lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f61f98cbf5b61fa06557168619735985bc28aae2"><code>f61f98c</code></a> Suppress match_like_matches_macro clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/serde-yaml/compare/0.8.13...0.8.14">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.13&new-version=0.8.14)](https://dependabot.com/compatibility-score/?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.13&new-version=0.8.14) 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:56 +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#951
No description provided.