[PR #86] [MERGED] Bump serde_yaml from 0.8.9 to 0.8.11 #600

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/86
Author: @dependabot-preview[bot]
Created: 10/20/2019
Status: Merged
Merged: 10/23/2019
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde_yaml-0.8.11


📝 Commits (1)

  • f32a8f4 Bump serde_yaml from 0.8.9 to 0.8.11

📊 Changes

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

View changed files

📝 Cargo.lock (+3 -3)

📄 Description

Bumps serde_yaml from 0.8.9 to 0.8.11.

Release notes

Sourced from serde_yaml's releases.

0.8.11

0.8.10

Commits
  • db27fa7 Release 0.8.11
  • 57a7509 Drop version-sync dependency
  • a4b1085 Replace 'impl private' pattern with pub(crate)
  • 862c8cd Clarify seed module
  • 4e6f1eb Forward deserialize functions to deserialize with seed functions
  • 96385b7 Remove ```edition2018 from doc tests
  • b7ff08f Raise minimum supported compiler version to 1.31
  • c791001 Update to 2018 edition
  • 14ea96f Merge pull request #135 from toasteater/feature/de-seed
  • 6c2a10f Release 0.8.10
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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/86 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/20/2019 **Status:** ✅ Merged **Merged:** 10/23/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde_yaml-0.8.11` --- ### 📝 Commits (1) - [`f32a8f4`](https://github.com/Rigellute/spotify-tui/commit/f32a8f4562b57f435d64690e71c317d1bbe93d16) Bump serde_yaml from 0.8.9 to 0.8.11 ### 📊 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.9 to 0.8.11. <details> <summary>Release notes</summary> *Sourced from [serde_yaml's releases](https://github.com/dtolnay/serde-yaml/releases).* > ## 0.8.11 > - Add seeded versions of deserialize functions ([#135](https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/135), thanks [@&#8203;toasteater](https://github.com/toasteater)) > > ## 0.8.10 > - Implement PartialEq for Value == u64, Value == bool ([#138](https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/138), [#139](https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/139), thanks [@&#8203;CAD97](https://github.com/CAD97)) </details> <details> <summary>Commits</summary> - [`db27fa7`](https://github.com/dtolnay/serde-yaml/commit/db27fa7469e3e8538a32a40276da7aaec26c3e02) Release 0.8.11 - [`57a7509`](https://github.com/dtolnay/serde-yaml/commit/57a7509fd418ef5d0a0e34cd9428fe25f4642bd4) Drop version-sync dependency - [`a4b1085`](https://github.com/dtolnay/serde-yaml/commit/a4b1085d0de15ea4941fe1ab9da13e75f000cf18) Replace 'impl private' pattern with pub(crate) - [`862c8cd`](https://github.com/dtolnay/serde-yaml/commit/862c8cdae751946243dea5a6fb4ff8ff580db224) Clarify seed module - [`4e6f1eb`](https://github.com/dtolnay/serde-yaml/commit/4e6f1eb73bb5200be9af2b7f6a00d645e42b1d7b) Forward deserialize functions to deserialize with seed functions - [`96385b7`](https://github.com/dtolnay/serde-yaml/commit/96385b7395f75462ddd1ebabb289646f6128f150) Remove ```edition2018 from doc tests - [`b7ff08f`](https://github.com/dtolnay/serde-yaml/commit/b7ff08f5dc3dcaf8c37e353d0074d0677ac2b008) Raise minimum supported compiler version to 1.31 - [`c791001`](https://github.com/dtolnay/serde-yaml/commit/c791001f5b6fdfe5485dfd3e77a98379763799cc) Update to 2018 edition - [`14ea96f`](https://github.com/dtolnay/serde-yaml/commit/14ea96f8376284bfbbd7d9dcf7e1d9d44982123d) Merge pull request [#135](https://github.com/dtolnay/serde-yaml/issues/135) from toasteater/feature/de-seed - [`6c2a10f`](https://github.com/dtolnay/serde-yaml/commit/6c2a10f20202cdb0799f85265572aaf8af266ac7) Release 0.8.10 - Additional commits viewable in [compare view](https://github.com/dtolnay/serde-yaml/compare/0.8.9...0.8.11) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.9&new-version=0.8.11)](https://dependabot.com/compatibility-score.html?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.9&new-version=0.8.11) 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) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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:50:10 +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#600
No description provided.