Bump ron from 0.9.0 to 0.10.1 in /gamelog #11

Open
dependabot[bot] wants to merge 1 commits from dependabot/cargo/gamelog/ron-0.10.1 into main
dependabot[bot] commented 2025-04-08 07:04:13 -04:00 (Migrated from github.com)

Bumps ron from 0.9.0 to 0.10.1.

Release notes

Sourced from ron's releases.

v0.10.1

ron v0.10.1

This is a very small release to fix the potential breakage that the new Number enum could cause by having feature-dependent variants. Now the Number enum is non-exhaustive. Please refer to https://docs.rs/ron/0.10.1/ron/value/enum.Number.html for further details.

What's Changed

Full Changelog: https://github.com/ron-rs/ron/compare/v0.9.0...v0.10.1

Changelog

Sourced from ron's changelog.

[0.10.1] - 2025-04-08

API Changes

  • Add ron::Options::to_io_writer and ron::Options::to_io_writer_pretty to allow writing into an io::Writer (#561)
  • Breaking: ron::value::Number is now non-exhaustive, to avoid breaking matches when feature unification enables more of its variants than expected (#564)
Commits

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)
Bumps [ron](https://github.com/ron-rs/ron) from 0.9.0 to 0.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ron-rs/ron/releases">ron's releases</a>.</em></p> <blockquote> <h2>v0.10.1</h2> <h1>ron v0.10.1</h1> <p>This is a very small release to fix the potential breakage that the new <code>Number</code> enum could cause by having feature-dependent variants. Now the <code>Number</code> enum is non-exhaustive. Please refer to <a href="https://docs.rs/ron/0.10.1/ron/value/enum.Number.html">https://docs.rs/ron/0.10.1/ron/value/enum.Number.html</a> for further details.</p> <h2>What's Changed</h2> <ul> <li>Allow writing to io::Writer by <a href="https://github.com/juntyr"><code>@​juntyr</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/562">ron-rs/ron#562</a></li> <li>Make Number non-exhaustive by <a href="https://github.com/juntyr"><code>@​juntyr</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/564">ron-rs/ron#564</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ron-rs/ron/compare/v0.9.0...v0.10.1">https://github.com/ron-rs/ron/compare/v0.9.0...v0.10.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ron-rs/ron/blob/master/CHANGELOG.md">ron's changelog</a>.</em></p> <blockquote> <h2>[0.10.1] - 2025-04-08</h2> <h3>API Changes</h3> <ul> <li>Add <code>ron::Options::to_io_writer</code> and <code>ron::Options::to_io_writer_pretty</code> to allow writing into an <code>io::Writer</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/561">#561</a>)</li> <li>Breaking: <code>ron::value::Number</code> is now non-exhaustive, to avoid breaking <code>match</code>es when feature unification enables more of its variants than expected (<a href="https://redirect.github.com/ron-rs/ron/pull/564">#564</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ron-rs/ron/commit/ce6b094b2f027fa83655cda80831b6515d5a882d"><code>ce6b094</code></a> Fix docs.rs build</li> <li><a href="https://github.com/ron-rs/ron/commit/f721e25e19e232e169391a33ed085c3d756666c9"><code>f721e25</code></a> Fix clippy</li> <li><a href="https://github.com/ron-rs/ron/commit/c2d30df046b4ee64ac67abccabc14d725221dee8"><code>c2d30df</code></a> Prepare v0.10.0 release</li> <li><a href="https://github.com/ron-rs/ron/commit/677cf179d0bda66112e9dd86e9800959ccbe9aa0"><code>677cf17</code></a> List serde(rename) limitation to valid Rust identifiers</li> <li><a href="https://github.com/ron-rs/ron/commit/b0955718b3e0b1733dbd3f27b97c40bc4235c7d0"><code>b095571</code></a> Make Number non-exhaustive (<a href="https://redirect.github.com/ron-rs/ron/issues/564">#564</a>)</li> <li><a href="https://github.com/ron-rs/ron/commit/8350604b7ea2f120c46c3adf001275ed3a8595f8"><code>8350604</code></a> Allow writing to io::Writer (<a href="https://redirect.github.com/ron-rs/ron/issues/562">#562</a>)</li> <li>See full diff in <a href="https://github.com/ron-rs/ron/compare/v0.9.0...v0.10.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ron&package-manager=cargo&previous-version=0.9.0&new-version=0.10.1)](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>
This repo is archived. You cannot comment on pull requests.