[PR #536] [MERGED] chore(deps): bump serde_yaml from 0.9.23 to 0.9.25 #975

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/536
Author: @dependabot[bot]
Created: 9/11/2023
Status: Merged
Merged: 9/12/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/serde_yaml-0.9.25


📝 Commits (1)

  • 7979b9d chore(deps): bump serde_yaml from 0.9.23 to 0.9.25

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_yaml from 0.9.23 to 0.9.25.

Release notes

Sourced from serde_yaml's releases.

0.9.25

  • Serialize using quoted style around scalar that has digits with leading zero (#347)

0.9.24

  • Implement FromStr for serde_yaml::Number (#381)
Commits
  • f26dac4 Release 0.9.25
  • fda96c7 Merge pull request #383 from dtolnay/leadingzero
  • a38768f Quoted style for string consisting of digits with leading zero
  • cd1fd90 Add test of quoting of number with leading zeros
  • c1b1eac Resolve incorrect_partial_ord_impl_on_ord_type clippy lint
  • da99545 Release 0.9.24
  • 053af6f Merge pull request #382 from dtolnay/parsenumber
  • 3c68165 Add test of Number parsing
  • 610d7b2 Implement FromStr for serde_yaml::Number
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/536 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/11/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde_yaml-0.9.25` --- ### 📝 Commits (1) - [`7979b9d`](https://github.com/LGUG2Z/komorebi/commit/7979b9d49a8a0737e7c3dc1eef2ecd5d3bc5ba2a) chore(deps): bump serde_yaml from 0.9.23 to 0.9.25 ### 📊 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.23 to 0.9.25. <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.25</h2> <ul> <li>Serialize using quoted style around scalar that has digits with leading zero (<a href="https://redirect.github.com/dtolnay/serde-yaml/issues/347">#347</a>)</li> </ul> <h2>0.9.24</h2> <ul> <li>Implement FromStr for serde_yaml::Number (<a href="https://redirect.github.com/dtolnay/serde-yaml/issues/381">#381</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f26dac4b3af3b2b90881604f917f2a75c7f1de0b"><code>f26dac4</code></a> Release 0.9.25</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/fda96c77ebc06ea8b6f55fe632a1713369a9d9e4"><code>fda96c7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/383">#383</a> from dtolnay/leadingzero</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/a38768fc522e6a5d89ecf0f59a5c5118ed403da5"><code>a38768f</code></a> Quoted style for string consisting of digits with leading zero</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/cd1fd90f2318bd04c35cde4b50c50823c69c7f98"><code>cd1fd90</code></a> Add test of quoting of number with leading zeros</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c1b1eac970e6767e9084c156b6a34662b73e2a9d"><code>c1b1eac</code></a> Resolve incorrect_partial_ord_impl_on_ord_type clippy lint</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/da99545d4b4502f689dd9d3212aaa8264966dd4c"><code>da99545</code></a> Release 0.9.24</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/053af6fefc02baa769b0319022ff04250886fae4"><code>053af6f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/382">#382</a> from dtolnay/parsenumber</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/3c681651e10c33f3a8065b4e3b64c903c73f5252"><code>3c68165</code></a> Add test of Number parsing</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/610d7b290d90bfadbc3e7c32df94cc238574afd7"><code>610d7b2</code></a> Implement FromStr for serde_yaml::Number</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.23...0.9.25">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.23&new-version=0.9.25)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:36 +01:00
adam closed this issue 2026-01-05 14:53:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#975