[PR #863] [MERGED] Bump serde_yaml from 0.8.17 to 0.8.19 #1062

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_yaml-0.8.19


📝 Commits (1)

  • 467c652 Bump serde_yaml from 0.8.17 to 0.8.19

📊 Changes

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

View changed files

📝 Cargo.lock (+3 -3)

📄 Description

Bumps serde_yaml from 0.8.17 to 0.8.19.

Release notes

Sourced from serde_yaml's releases.

0.8.19

0.8.18

  • Fix bytes getting dropped when serializing large object to a writer (#206, thanks @​jturner314)
Commits
  • e5c1113 Release 0.8.19
  • 93a7ed1 Merge pull request #209 from dtolnay/entry
  • 0b9a0af Silence doc_markdown Clippy pedantic lint
  • d6c40e6 Add an Entry API for Mapping
  • 81505bf Merge pull request #208 from dtolnay/indexmap
  • 284af2f Ignore derive_hash_xor_eq Clippy lint
  • 7148f9b Ignore items_after_statements Clippy pedantic lint
  • aed90c2 Ignore if_not_else Clippy pedantic lint
  • 6e432a2 Ignore redundant_else Clippy pedantic lint
  • 6edeb29 Raise minimum compiler to 1.38
  • 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/Rigellute/spotify-tui/pull/863 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/23/2021 **Status:** ✅ Merged **Merged:** 8/23/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde_yaml-0.8.19` --- ### 📝 Commits (1) - [`467c652`](https://github.com/Rigellute/spotify-tui/commit/467c652d73214aae31e4e55934ae5c80887a8dc0) Bump serde_yaml from 0.8.17 to 0.8.19 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) </details> ### 📄 Description Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.17 to 0.8.19. <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.19</h2> <ul> <li>Add an <code>Entry</code> API for serde_yaml::Mapping (<a href="https://docs.rs/serde_yaml/0.8.19/serde_yaml/struct.Mapping.html#method.entry">https://docs.rs/serde_yaml/0.8.19/serde_yaml/struct.Mapping.html#method.entry</a>)</li> </ul> <h2>0.8.18</h2> <ul> <li>Fix bytes getting dropped when serializing large object to a writer (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/206">#206</a>, thanks <a href="https://github.com/jturner314"><code>@​jturner314</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/e5c11139e5c47d55ffb71cbd20aee77c0cc75aaa"><code>e5c1113</code></a> Release 0.8.19</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/93a7ed1420c3a6eac147845245a2298038121538"><code>93a7ed1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/209">#209</a> from dtolnay/entry</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/0b9a0af92db9cb2991105fb389717e6b89829536"><code>0b9a0af</code></a> Silence doc_markdown Clippy pedantic lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/d6c40e68c4c043480258d42cde0c917e37184cdc"><code>d6c40e6</code></a> Add an Entry API for Mapping</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/81505bf4579fc71fe3f49887fedda8e552331900"><code>81505bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/208">#208</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/284af2f35248178a7cd5f6b7a9421609f4309a04"><code>284af2f</code></a> Ignore derive_hash_xor_eq Clippy lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/7148f9b0525193a07034d21f967f902b2ea16f67"><code>7148f9b</code></a> Ignore items_after_statements Clippy pedantic lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/aed90c2cf8d9c15027c7f5a67e7a42893abbc883"><code>aed90c2</code></a> Ignore if_not_else Clippy pedantic lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/6e432a2681462ea0bd9f343a84de534c6d5885ae"><code>6e432a2</code></a> Ignore redundant_else Clippy pedantic lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/6edeb29eba8ff6f6c6d5b607ce953895bbf62c19"><code>6edeb29</code></a> Raise minimum compiler to 1.38</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/serde-yaml/compare/0.8.17...0.8.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.17&new-version=0.8.19)](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>
kerem 2026-02-28 14:54:20 +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#1062
No description provided.