Skip to content

Commit 8c45870

Browse files
dependabot[bot]beicause
authored andcommitted
Update ron requirement from 0.10 to 0.11 (#21416)
Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. <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.11.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>no_std</code> Support by <a href="https://github.com/bushrat011899"><code>@​bushrat011899</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/567">ron-rs/ron#567</a></li> <li>SpannedError: Store error span by <a href="https://github.com/pfnsec"><code>@​pfnsec</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/569">ron-rs/ron#569</a></li> <li>Fix (again) non-exhaustive matching on Number by <a href="https://github.com/juntyr"><code>@​juntyr</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/568">ron-rs/ron#568</a></li> <li>Add file IO with Vec<!-- raw HTML omitted --> example by <a href="https://github.com/LanHikari22"><code>@​LanHikari22</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/573">ron-rs/ron#573</a></li> <li>Patch serde content detection hack by <a href="https://github.com/juntyr"><code>@​juntyr</code></a> in <a href="https://redirect.github.com/ron-rs/ron/pull/580">ron-rs/ron#580</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bushrat011899"><code>@​bushrat011899</code></a> made their first contribution in <a href="https://redirect.github.com/ron-rs/ron/pull/567">ron-rs/ron#567</a></li> <li><a href="https://github.com/pfnsec"><code>@​pfnsec</code></a> made their first contribution in <a href="https://redirect.github.com/ron-rs/ron/pull/569">ron-rs/ron#569</a></li> <li><a href="https://github.com/LanHikari22"><code>@​LanHikari22</code></a> made their first contribution in <a href="https://redirect.github.com/ron-rs/ron/pull/573">ron-rs/ron#573</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ron-rs/ron/compare/v0.10.1...v0.11.0">https://github.com/ron-rs/ron/compare/v0.10.1...v0.11.0</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.11.0] - 2025-08-27</h2> <h3>API Changes</h3> <ul> <li> <p>Breaking: <code>SpannedError</code> now stores the full error span in span: Span { start: Position, end: Position }`, to facilitate, e.g., language server highlighting of syntax errors.</p> </li> <li> <p>Breaking: Added <code>no_std</code> support via a new <code>std</code> feature (enabled by default). With default features disabled, you must enable the <code>std</code> feature to access <code>de::from_reader</code>, and the <code>std::io</code> operations on <code>Options</code>, such as <code>from_reader</code>, <code>from_reader_seed</code>, <code>to_io_writer</code>, and <code>to_io_writer_pretty</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/567">#567</a>)</p> </li> <li> <p>Breaking: Fixed (again) <code>ron::value::Number</code> to ensure it is 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/568">#568</a>)</p> </li> </ul> <h3>Examples</h3> <ul> <li>Add a new example <code>file_read_write_vec.rs</code> for reading and writing <code>Vec&lt;T&gt;</code> to/from files. (<a href="https://redirect.github.com/ron-rs/ron/pull/573">#573</a>)</li> </ul> <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> <h2>[0.9.0] - 2025-03-18</h2> <h3>API Changes</h3> <ul> <li>Add <code>ron::value::RawValue</code> helper type which can (de)serialize any valid RON (<a href="https://redirect.github.com/ron-rs/ron/pull/407">#407</a>)</li> <li>Add <code>escape_strings</code> option to <code>PrettyConfig</code> to allow serialising with or without escaping (<a href="https://redirect.github.com/ron-rs/ron/pull/426">#426</a>)</li> <li>Add <code>compact_maps</code> and <code>compact_structs</code> options to <code>PrettyConfig</code> to allow serialising maps and structs on a single line (<a href="https://redirect.github.com/ron-rs/ron/pull/448">#448</a>)</li> <li>Add minimal support for <code>#[serde(flatten)]</code> with roundtripping through RON maps (<a href="https://redirect.github.com/ron-rs/ron/pull/455">#455</a>)</li> <li>Add minimal roundtripping support for <code>#[serde(tag = &quot;tag&quot;)]</code>, <code>#[serde(tag = &quot;tag&quot;, content = &quot;content&quot;)]</code>, and <code>#[serde(untagged)]</code> enums (<a href="https://redirect.github.com/ron-rs/ron/pull/451">#451</a>)</li> <li>Breaking: Expand the <code>value::Number</code> enum to explicitly encode all possible number types (<a href="https://redirect.github.com/ron-rs/ron/pull/479">#479</a>)</li> <li>Add <code>number_suffixes</code> option to <code>PrettyConfig</code> to allow serialising numbers with their explicit type suffix, e.g. <code>42i32</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/481">#481</a>)</li> <li>Allow <code>ron::value::RawValue</code> to capture any whitespace to the left and right of a ron value (<a href="https://redirect.github.com/ron-rs/ron/pull/487">#487</a>)</li> <li>Breaking: Enforce that ron always writes valid UTF-8 (<a href="https://redirect.github.com/ron-rs/ron/pull/488">#488</a>)</li> <li>Add convenient <code>Value::from</code> impls (<a href="https://redirect.github.com/ron-rs/ron/pull/498">#498</a>)</li> <li>Add new extension <code>explicit_struct_names</code> which requires that struct names are included during deserialization (<a href="https://redirect.github.com/ron-rs/ron/pull/522">#522</a>)</li> <li>Add new path-based field metadata serialization support via <code>PrettyConfig</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/544">#544</a>)</li> <li>Breaking: Change <code>PrettyConfig</code> so that <code>new_line</code>, <code>indentor</code> and <code>separator</code> are all <code>Cow&lt;'static, str&gt;</code> instead of <code>String</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/546">#546</a>)</li> </ul> <h3>Format Changes</h3> <ul> <li>[Non-API] Breaking: Treat <code>Some</code> like a newtype variant with <code>unwrap_variant_newtypes</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/465">#465</a>)</li> <li>Allow parsing floating point literals with underscores (<a href="https://redirect.github.com/ron-rs/ron/pull/481">#481</a>)</li> <li><strong>Format-Breaking:</strong> Switch from base64-encoded to Rusty byte strings, still allow base64 deserialising for now (<a href="https://redirect.github.com/ron-rs/ron/pull/438">#438</a>)</li> <li>Fix issue <a href="https://redirect.github.com/ron-rs/ron/issues/241">#241</a> and allow parsing numbers with explicit type suffixes, e.g. <code>1u8</code> or <code>-1f32</code> (<a href="https://redirect.github.com/ron-rs/ron/pull/481">#481</a>)</li> <li>Add support for byte literals as strongly typed unsigned 8-bit integers (<a href="https://redirect.github.com/ron-rs/ron/pull/438">#438</a>)</li> <li>Fix issue <a href="https://redirect.github.com/ron-rs/ron/issues/321">#321</a> and allow parsing UTF-8 identifiers (<a href="https://redirect.github.com/ron-rs/ron/pull/488">#488</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ron-rs/ron/commit/cdd9fccd76e4c2f515706453f7c0e4351b8f3784"><code>cdd9fcc</code></a> Bump ron to v0.11.0</li> <li><a href="https://github.com/ron-rs/ron/commit/1dcc70e5d759b48ee1b861757fc4f52facec2b0d"><code>1dcc70e</code></a> Patch serde content detection hack (<a href="https://redirect.github.com/ron-rs/ron/issues/580">#580</a>)</li> <li><a href="https://github.com/ron-rs/ron/commit/29e244a21cc8eefeceb6a3a7e2be71760a0ce792"><code>29e244a</code></a> Add file IO with Vec&lt;T&gt; example (<a href="https://redirect.github.com/ron-rs/ron/issues/573">#573</a>)</li> <li><a href="https://github.com/ron-rs/ron/commit/ba572011ad8eb24992cb6fa9e540a86e3e249a91"><code>ba57201</code></a> Fix (again) non-exhaustive matching on Number (<a href="https://redirect.github.com/ron-rs/ron/issues/568">#568</a>)</li> <li><a href="https://github.com/ron-rs/ron/commit/27a26d691a24ac1eef3462086eed31dcbc0196f9"><code>27a26d6</code></a> SpannedError: Store error span (<a href="https://redirect.github.com/ron-rs/ron/issues/569">#569</a>)</li> <li><a href="https://github.com/ron-rs/ron/commit/b7a5bfcef32ac68d7aff4d9984c30fa83f159305"><code>b7a5bfc</code></a> Add <code>no_std</code> support (<a href="https://redirect.github.com/ron-rs/ron/issues/567">#567</a>)</li> <li><a href="https://github.com/ron-rs/ron/commit/3159534d8111a31d33791826aef2132308cc032c"><code>3159534</code></a> Add 564_exhaustive_number test</li> <li>See full diff in <a href="https://github.com/ron-rs/ron/compare/v0.10.1...v0.11.0">compare view</a></li> </ul> </details> <br /> 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea67f1c commit 8c45870

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ bevy_dylib = { path = "crates/bevy_dylib", version = "0.18.0-dev", default-featu
598598
[dev-dependencies]
599599
rand = "0.9.0"
600600
rand_chacha = "0.9.0"
601-
ron = "0.10"
601+
ron = "0.11"
602602
flate2 = "1.0"
603603
serde = { version = "1", features = ["derive"] }
604604
serde_json = "1.0.140"

crates/bevy_animation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.18.0-dev", default-fea
3131

3232
# other
3333
petgraph = { version = "0.8", features = ["serde-1"] }
34-
ron = "0.10"
34+
ron = "0.11"
3535
serde = "1"
3636
blake3 = { version = "1.0" }
3737
downcast-rs = { version = "2", default-features = false, features = ["std"] }

crates/bevy_asset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ either = { version = "1.13", default-features = false }
5353
futures-io = { version = "0.3", default-features = false }
5454
futures-lite = { version = "2.0.1", default-features = false }
5555
blake3 = { version = "1.5", default-features = false }
56-
ron = { version = "0.10", default-features = false }
56+
ron = { version = "0.11", default-features = false }
5757
serde = { version = "1", default-features = false, features = ["derive"] }
5858
thiserror = { version = "2", default-features = false }
5959
derive_more = { version = "2", default-features = false, features = ["from"] }

crates/bevy_dev_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bevy_state = { path = "../bevy_state", version = "0.18.0-dev" }
3434

3535
# other
3636
serde = { version = "1.0", features = ["derive"], optional = true }
37-
ron = { version = "0.10", optional = true }
37+
ron = { version = "0.11", optional = true }
3838
tracing = { version = "0.1", default-features = false, features = ["std"] }
3939

4040
[lints]

crates/bevy_reflect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ wgpu-types = { version = "26", features = [
133133
inventory = { version = "0.3", optional = true }
134134

135135
[dev-dependencies]
136-
ron = "0.10"
136+
ron = "0.11"
137137
rmp-serde = "1.1"
138138
bincode = { version = "2.0", features = ["serde"] }
139139
serde_json = "1.0.140"

0 commit comments

Comments
 (0)