Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump serde_yaml from 0.9.10 to 0.9.11 (#2264)
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>
- Loading branch information