Skip to content

Commit e55c804

Browse files
Merge #928
928: Update ron requirement from 0.7 to 0.8 r=Bromeon a=dependabot[bot] 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.8.0</h2> <h2>Changelog</h2> <ul> <li>Bump dependencies: <code>bitflags</code> to 1.3, <code>indexmap</code> to 1.9 (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/399">#399</a>)</li> <li>Add <code>integer128</code> feature that guards <code>i128</code> and <code>u128</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/304">#304</a>, <a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/351">#351</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/265">#265</a> with better missing comma error (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/353">#353</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/301">#301</a> with better error messages (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/354">#354</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/337">#337</a> by removing <code>decimal_floats</code> PrettyConfig option and unconditional decimals in floats (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/363">#363</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/203">#203</a> with full de error positioning (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/356">#356</a>)</li> <li>Expand the <code>ron::Error</code> enum to distinguish <code>serde</code> errors like <code>NoSuchEnumVariant</code> and <code>MissingStructField</code> with error positioning (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/394">#394</a>)</li> <li>Bump MSRV to 1.56.0 (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/396">#396</a>)</li> </ul> <h2>Full changelog</h2> <p><a href="https://github.com/ron-rs/ron/compare/v0.7.1...v0.8.0">https://github.com/ron-rs/ron/compare/v0.7.1...v0.8.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.8.0] - 2022-08-17</h2> <ul> <li>Bump dependencies: <code>bitflags</code> to 1.3, <code>indexmap</code> to 1.9 (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/399">#399</a>)</li> <li>Add <code>integer128</code> feature that guards <code>i128</code> and <code>u128</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/304">#304</a>, <a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/351">#351</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/265">#265</a> with better missing comma error (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/353">#353</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/301">#301</a> with better error messages (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/354">#354</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/337">#337</a> by removing <code>decimal_floats</code> PrettyConfig option and unconditional decimals in floats (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/363">#363</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/203">#203</a> with full de error positioning (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/356">#356</a>)</li> <li>Expand the <code>ron::Error</code> enum to distinguish <code>serde</code> errors like <code>NoSuchEnumVariant</code> and <code>MissingStructField</code> with error positioning (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/394">#394</a>)</li> <li>Bump MSRV to 1.56.0 (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/396">#396</a>)</li> </ul> <h2>[0.7.1] - 2022-06-15</h2> <ul> <li>Add <code>struct_names</code> option to <code>PrettyConfig</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/329">#329</a>)</li> <li>Fix newtype variant unwrapping around enum, seq and map (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/331">#331</a>)</li> <li>Implement <code>unwrap_newtypes</code> extension during serialization (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/333">#333</a>)</li> <li>Implement <code>unwrap_variant_newtypes</code> extension during serialization (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/336">#336</a>)</li> <li>Add <code>compact_arrays</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/299">#299</a>) and <code>separator</code> options to <code>PrettyConfig</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/349">#349</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/338">#338</a> value map roundtrip (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/341">#341</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/289">#289</a> enumerate_arrays comments (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/344">#344</a>)</li> <li>Report struct name in expected struct error (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/342">#342</a>)</li> <li>Add <code>Options</code> builder to configure the RON serde roundtrip (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/343">#343</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/367">#367</a> with eager implicit some (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/368">#368</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/359">#359</a> with <code>DeserializeSeed</code> support (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/360">#360</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/370">#370</a> with <code>FromStr</code>-equivalent float EBNF and <code>Error::FloatUnderscore</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/371">#371</a>)</li> <li>Fix issue <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/374">#374</a> extraneous .0 for small floats (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/372">#372</a>)</li> <li>Deprecate <code>Serializer::new</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/382">#382</a>)</li> </ul> <h2>[0.7.0] - 2021-10-22</h2> <ul> <li>Add <code>unwrap_variant_newtypes</code> extension (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/319">#319</a>)</li> <li>Change MSRV to 1.36</li> </ul> <h2>[0.6.6] - 2021-10-21</h2> <ul> <li>Fix serialization of raw identifiers (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/323">#323</a>)</li> </ul> <h2>[0.6.5] - 2021-09-09</h2> <ul> <li>support serde renames that start with a digit</li> </ul> <h2>[0.6.3] - 2020-12-18</h2> <ul> <li>bump <code>base64</code> dependency to 0.13</li> </ul> <h2>[0.6.2] - 2020-09-09</h2> <ul> <li>Added <code>decimal_floats</code> PrettyConfig option, which always includes decimals in floats (<code>1.0</code> vs <code>1</code>) (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/237">#237</a>)</li> <li>Fixed EBNF grammar for raw strings (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/236">#236</a>, unsigned integers (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/248">#248</a>), and nested comments (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/272">#272</a>)</li> <li>Added <code>ser::to_writer_pretty</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/269">#269</a>)</li> <li>Sped up parsing using table predicates (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/276">#276</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ron-rs/ron/commit/4089034f4396c4a541a0d5b6d804fdde89a7e80d"><code>4089034</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/399">#399</a> from torkleyy/cleanup</li> <li><a href="https://github.com/ron-rs/ron/commit/7a59210d092025d9935274fb62ae3459054061fb"><code>7a59210</code></a> Add <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/399">#399</a> to changelog</li> <li><a href="https://github.com/ron-rs/ron/commit/9d4059090f5a1a9cbcc597401cdc41b02574a196"><code>9d40590</code></a> Cleanup before 0.8 release</li> <li><a href="https://github.com/ron-rs/ron/commit/053bdf807b9886125977f944fa355370d3d1d7f5"><code>053bdf8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/398">#398</a> from MomoLangenstein/v0.8</li> <li><a href="https://github.com/ron-rs/ron/commit/3722636e5d56c2381509d18becd115db212fd745"><code>3722636</code></a> Prepare v0.8.0 release</li> <li><a href="https://github.com/ron-rs/ron/commit/172bdd6c8b489838b06110ab747a8431487f0f6d"><code>172bdd6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/394">#394</a> from MomoLangenstein/393-better-serde-errors</li> <li><a href="https://github.com/ron-rs/ron/commit/021eb4c6850e20cfb303efca60f700121388855a"><code>021eb4c</code></a> Added CHANGELOG entry</li> <li><a href="https://github.com/ron-rs/ron/commit/9890bc7cc5258de148b90648fd44ac0f3268387d"><code>9890bc7</code></a> Removed duplicate of serde::de::Unexpected from ron error API</li> <li><a href="https://github.com/ron-rs/ron/commit/61d8164879f0abfd731ea1de7c54217d33be211f"><code>61d8164</code></a> Add tests for non-externally tagged enums</li> <li><a href="https://github.com/ron-rs/ron/commit/9407e2eaaaa059e78bd2e8c37c2dfddb30a334f6"><code>9407e2e</code></a> Annotate serde struct+enum errors with struct/enum/variant names</li> <li>Additional commits viewable in <a href="https://github.com/ron-rs/ron/compare/v0.7.0...v0.8.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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents d5dd28c + 17c54ed commit e55c804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ custom-godot = ["gdnative/custom-godot"]
1919
gdnative = { path = "../gdnative", features = ["gd-test", "serde", "async"] }
2020
gdnative-core = { path = "../gdnative-core" }
2121
approx = "0.5"
22-
ron = "0.7"
22+
ron = "0.8"
2323
serde = "1"
2424
serde_json = "1"
2525
bincode = "1"

0 commit comments

Comments
 (0)