Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump serde_yml from 0.0.11 to 0.0.12 (#87)
Bumps [serde_yml](https://github.com/sebastienrousseau/serde_yml) from 0.0.11 to 0.0.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sebastienrousseau/serde_yml/releases">serde_yml's releases</a>.</em></p> <blockquote> <h2>Serde YML 🦀 v0.0.12</h2> <h2>Release v0.0.12 - 2024-08-25</h2> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h1>Serde YML (a fork of Serde YAML)</h1> <p><a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-f04041?style=for-the-badge&labelColor=c0282d&logo=rust" alt="Made With Love" title="Made With Rust" /></a> <a href="https://crates.io/crates/serde_yml"><img src="https://img.shields.io/crates/v/serde_yml.svg?style=for-the-badge&color=fc8d62&logo=rust" alt="Crates.io" title="Crates.io" /></a> <a href="https://lib.rs/crates/serde_yml"><img src="https://img.shields.io/badge/lib.rs-v0.0.12-orange.svg?style=for-the-badge" alt="lib.rs" title="View on lib.rs" /></a> <a href="https://docs.rs/serde_yml"><img src="https://img.shields.io/badge/docs.rs-serde__yml-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" alt="Docs.rs" title="Docs.rs" /></a> <a href="https://codecov.io/gh/sebastienrousseau/serde_yml"><img src="https://img.shields.io/codecov/c/github/sebastienrousseau/serde_yml?style=for-the-badge&token=Q9KJ6XXL67&logo=codecov" alt="Codecov" title="Codecov" /></a> <a href="https://github.com/sebastienrousseau/serde-yml/actions?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/sebastienrousseau/serde_yml/release.yml?branch=master&style=for-the-badge&logo=github" alt="Build Status" title="Build Status" /></a> <a href="https://github.com/sebastienrousseau/serde_yml"><img src="https://img.shields.io/badge/github-sebastienrousseau/serde--yml-8da0cb?style=for-the-badge&labelColor=555555&logo=github" alt="GitHub" title="GitHub" /></a></p> <p><a href="https://serdeyml.com">Serde YML</a> is a Rust library for using the <a href="https://github.com/serde-rs/serde">Serde</a> serialization framework with data in <a href="https://yaml.org/">YAML</a> file format.</p> <h2>Changelog 📚</h2> <p>Merge pull request <a href="https://redirect.github.com/sebastienrousseau/serde_yml/issues/11">#11</a> from sebastienrousseau/feat/serde_yml</p> <h2>What's Changed</h2> <ul> <li>Feat/serde yml by <a href="https://github.com/sebastienrousseau"><code>@sebastienrousseau</code></a> in <a href="https://redirect.github.com/sebastienrousseau/serde_yml/pull/11">sebastienrousseau/serde_yml#11</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sebastienrousseau/serde_yml/compare/v0.0.11...v0.0.12">https://github.com/sebastienrousseau/serde_yml/compare/v0.0.11...v0.0.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/62efd66b8055c0856e2d1ff0f7204225821d705e"><code>62efd66</code></a> Merge pull request <a href="https://redirect.github.com/sebastienrousseau/serde_yml/issues/11">#11</a> from sebastienrousseau/feat/serde_yml</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/f0d06552013243a697cbedf23b46531651e80d4a"><code>f0d0655</code></a> feat(serde_yml): Refactor and improve test suite for Serde YML</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/051f129a6f006c2bcf0ee6b8f6c9dd14fd01259a"><code>051f129</code></a> ci(serde_yml): ⬆️ updated github workflows actions dependencies</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/1eb2a2fe3edbf9f4cd4c134ebde53dd9add19499"><code>1eb2a2f</code></a> docs(serde_yml): 🎨 updated package.metadata.docs.rs</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/e6f3424e9da8f5c97baf0e61e3e4ba7c9ec0112e"><code>e6f3424</code></a> feat(serde_yml): ✨ add makefile</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/f4e840e29f490824ee59ba720e423f433657bac8"><code>f4e840e</code></a> refactor(serde_yml): 🎨 Add Config Serializer to tag unit variants and new...</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/afac2d5f1230df921bf550694cc850637dc2e5bb"><code>afac2d5</code></a> docs(serde_yml): 📝 update on documentation and template</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/fc4ae528d806978a1cff89b294b37f643685e611"><code>fc4ae52</code></a> feat(tests): Add comprehensive unit tests for Path enum variants</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/8fca524b0a4afb63f2c3f2eda4aa33c8aa81f1ce"><code>8fca524</code></a> fix(serde_yml): 🐛 fix formatting</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/d8f6e76ae22e1c1592c7bdf564fe143ba8f887e9"><code>d8f6e76</code></a> test(serde_yml): ✅ Add comprehensive unit tests for Event enum and Path handling</li> <li>Additional commits viewable in <a href="https://github.com/sebastienrousseau/serde_yml/compare/v0.0.11...v0.0.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yml&package-manager=cargo&previous-version=0.0.11&new-version=0.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information