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.10 to 0.0.11 (#53)
Bumps [serde_yml](https://github.com/sebastienrousseau/serde_yml) from 0.0.10 to 0.0.11. <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.11</h2> <h1>Release v0.0.11 - 2024-07-21</h1> <h2>Serde YML (a fork of Serde YAML)</h2> <p><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> <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://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" alt="Codecov" title="Codecov" /></a> <a href="https://github.com/sebastienrousseau/serde-yml/actions?query=branch%3Amain"><img src="https://img.shields.io/github/actions/workflow/status/sebastienrousseau/serde_yml/release.yml?branch=master&style=for-the-badge" alt="Build Status" title="Build Status" /></a></p> <p>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. This project, has been renamed to <a href="https://serdeyml.com">Serde YML</a> to avoid confusion with the original Serde YAML crate which is now archived and no longer maintained.</p> <h2>New Features</h2> <p>A very small release with a few minor improvements and bug fixes mostly focussed on the latest LibYML v0.0.4 update.</p> <h3>Bug Fixes</h3> <ul> <li>Resolved Cargo lint error related to <code>keyword_idents</code> group priority</li> </ul> <h3>Improvements</h3> <ul> <li>Updated to LibYML v0.0.4 for enhanced YAML processing capabilities</li> </ul> <h2>License</h2> <p>Licensed under either of <!-- raw HTML omitted -->Apache License, Version 2.0<!-- raw HTML omitted --> or <!-- raw HTML omitted -->MIT license<!-- raw HTML omitted --> at your option.</p> <p>Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.</p> <h2>Changelog</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/sebastienrousseau/serde_yml/pull/7">sebastienrousseau/serde_yml#7</a></li> <li>chore(deps): bump snyk/actions from 806182742461562b67788a64410098c9d9b96adb to dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/sebastienrousseau/serde_yml/pull/6">sebastienrousseau/serde_yml#6</a></li> <li>chore(deps): bump snyk/actions from dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 to 640e31719aac3e44867d239dc86c20c3e34c8e4f by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/sebastienrousseau/serde_yml/pull/8">sebastienrousseau/serde_yml#8</a></li> <li>0.0.11 by <a href="https://github.com/sebastienrousseau"><code>@sebastienrousseau</code></a> in <a href="https://redirect.github.com/sebastienrousseau/serde_yml/pull/9">sebastienrousseau/serde_yml#9</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/94753103b02e100697e6f218dec5565c6763e1b8"><code>9475310</code></a> Merge pull request <a href="https://redirect.github.com/sebastienrousseau/serde_yml/issues/9">#9</a> from sebastienrousseau/feat/serde_yml</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/756202656d6fbc6b7287fa0506c03075763efa7d"><code>7562026</code></a> Delete .github/workflows/snyk-security.yml</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/baa4e57d708be834b0a7c66256eb0872cf17c837"><code>baa4e57</code></a> revert(serde_yml): 💚 remove snyk workflow</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/d86b13ddbe665f606ce199f92c84c412e246daa3"><code>d86b13d</code></a> ci(serde_yml): 🎨 add snyk support for feat/serde_yml</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/d67933b5d711b764e2918a9237db12c5be32419b"><code>d67933b</code></a> fix(serde_yml): 🚑 fix cargo error: lint group <code>keyword_idents</code> has ...</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/f28516f8c8ff0bd7ba856d5e97cea8817ff98b9f"><code>f28516f</code></a> refactor(serde_yml): ✨ Update to LibYML v0.0.4</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/c0d3d411262bb53bc5b2ae956469dfa4e6f47bba"><code>c0d3d41</code></a> Merge pull request <a href="https://redirect.github.com/sebastienrousseau/serde_yml/issues/8">#8</a> from sebastienrousseau/dependabot/github_actions/snyk/a...</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/82f47837ee364dcc1b3173298452989b870e4369"><code>82f4783</code></a> chore(deps): bump snyk/actions</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/4ff649b2b6cf60c2c87eb38d6654b1662689a79b"><code>4ff649b</code></a> Merge pull request <a href="https://redirect.github.com/sebastienrousseau/serde_yml/issues/6">#6</a> from sebastienrousseau/dependabot/github_actions/snyk/a...</li> <li><a href="https://github.com/sebastienrousseau/serde_yml/commit/9599f2da2b149e4f207782222a8e8ea6ef3ce518"><code>9599f2d</code></a> Merge pull request <a href="https://redirect.github.com/sebastienrousseau/serde_yml/issues/7">#7</a> from sebastienrousseau/dependabot/github_actions/github...</li> <li>Additional commits viewable in <a href="https://github.com/sebastienrousseau/serde_yml/compare/v0.0.10...v0.0.11">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.10&new-version=0.0.11)](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