[PR #230] [MERGED] chore(deps): bump serde_yaml from 0.9.10 to 0.9.11 #808

Closed
opened 2026-01-05 14:53:03 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/230
Author: @dependabot[bot]
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/serde_yaml-0.9.11


📝 Commits (1)

  • a9ad353 chore(deps): bump serde_yaml from 0.9.10 to 0.9.11

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_yaml from 0.9.10 to 0.9.11.

Release notes

Sourced from serde_yaml's releases.

0.9.11

  • Serialize strings on a single line when they do not already contain a newline character, regardless of string length (#321, #322)
Commits
  • 44aba92 Release 0.9.11
  • 4253336 Merge pull request #322 from dtolnay/width
  • 53ccded Set width=-1 on libyaml emitter
  • 4efbe50 Add a test of long string getting wrapped
  • 638b1c0 Resolve needless_borrow clippy lint in test
  • 653e0bb Ignore using destructuring assignment to wildcard pattern
  • 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)

🔄 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/LGUG2Z/komorebi/pull/230 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde_yaml-0.9.11` --- ### 📝 Commits (1) - [`a9ad353`](https://github.com/LGUG2Z/komorebi/commit/a9ad353f0c31018479a64b1cc848b547da99eda2) chore(deps): bump serde_yaml from 0.9.10 to 0.9.11 ### 📊 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.9.10 to 0.9.11. <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.9.11</h2> <ul> <li>Serialize strings on a single line when they do not already contain a newline character, regardless of string length (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/321">#321</a>, <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/322">#322</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/44aba92a43501b6a46bb855831927363cc58f2e9"><code>44aba92</code></a> Release 0.9.11</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/4253336a0ca20a084a7e0c354d42de4c28d82041"><code>4253336</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/322">#322</a> from dtolnay/width</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/53ccded41ae52fe49afcc37fb12ca3684ee706df"><code>53ccded</code></a> Set width=-1 on libyaml emitter</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/4efbe5083ddff2c657c2867e9d8eca6900530a51"><code>4efbe50</code></a> Add a test of long string getting wrapped</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/638b1c005e86dfd24eb69d952b2d740f33a4f6c0"><code>638b1c0</code></a> Resolve needless_borrow clippy lint in test</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/653e0bb9b34712d432c6cf405114e3f72fe51d99"><code>653e0bb</code></a> Ignore using destructuring assignment to wildcard pattern</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.10...0.9.11">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.9.10&new-version=0.9.11)](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>
adam added the pull-request label 2026-01-05 14:53:03 +01:00
adam closed this issue 2026-01-05 14:53:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#808