-
Notifications
You must be signed in to change notification settings - Fork 210
Commit b466273
Merge #802
802: Update ron requirement from 0.6.5 to 0.7.0 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.7.0</h2>
<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>
</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.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>
<h2>[0.6.1] - 2020-07-14</h2>
<h3>Fixes</h3>
<ul>
<li>Fix array formatting regression (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/260">#260</a>)</li>
</ul>
<h2>[0.6.0] - 2020-05-21</h2>
<h3>Additions</h3>
<ul>
<li>Implement integer support in Numbers (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/210">#210</a>)</li>
<li>Port <code>ser::Serializer</code> to <code>io::Write</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/206">#206</a>)</li>
<li>Support i128 and u128 (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/219">#219</a>)</li>
<li>Allow pretty ser to work with implicit-some extension (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/182">#182</a>)</li>
<li>Make PrettyConfig future-proof (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/173">#173</a>)</li>
<li>Use indexmap to preserve order (optional) (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/172">#172</a>)</li>
<li>Add tests for different enum representations (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/166">#166</a>)</li>
<li>Implement inf, -inf and NaN handling (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/163">#163</a>)</li>
<li>Add VS code language tooling (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/160">#160</a>)</li>
<li>Be smarter about integer deserialization (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/157">#157</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix parsing of borrowed strings (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/228">#228</a>)</li>
<li>Fix depth limit test for off-by-one fix (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/225">#225</a>)</li>
<li>Remove deprecated uses of <code>Error::description</code> (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/208">#208</a>)</li>
<li>Preserve ordering of map sequences (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/197">#197</a>)</li>
<li>Remove unneeded Neg requirement for signed_integer (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/193">#193</a>)</li>
<li>Ensure "Untagged tuple-like enum variants not deserializing correctly……" is fixed (<a href="https://github-redirect.dependabot.com/ron-rs/ron/pull/170">#170</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/7aba9c27719a9cdce0d85720b6f01766f1a0eb5a"><code>7aba9c2</code></a> Update CHANGELOG and bump to 0.7.0</li>
<li><a href="https://github.com/ron-rs/ron/commit/50cae2cc2727a16711ea5856ef74d2a933c42daf"><code>50cae2c</code></a> Add PR template for changelog entry</li>
<li><a href="https://github.com/ron-rs/ron/commit/fe67972e6bbba35447a58237925a5280c32120dd"><code>fe67972</code></a> Fix warnings (<a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/326">#326</a>)</li>
<li><a href="https://github.com/ron-rs/ron/commit/5687fe8b8e9c7fa8afd3171b9da32178d954ebe1"><code>5687fe8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/323">#323</a> from ron-rs/esc_ident</li>
<li><a href="https://github.com/ron-rs/ron/commit/d1374b522db62e88a6f75232c26f99981b1b8d41"><code>d1374b5</code></a> Change GH actions: only build for master & v*.*</li>
<li><a href="https://github.com/ron-rs/ron/commit/d2f041644dfdd84ce2a89934ab3fd1de978653f5"><code>d2f0416</code></a> Serialize struct idents with Serializer::write_identifier</li>
<li><a href="https://github.com/ron-rs/ron/commit/c76f946f9dbf98c16c80a55b0b80e381e8003e86"><code>c76f946</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ron-rs/ron/issues/319">#319</a> from MomoLangenstein/master</li>
<li><a href="https://github.com/ron-rs/ron/commit/aab69f6ffd16fa8c349be8be591c32821b0b3eb4"><code>aab69f6</code></a> Implements strict unwrap_variant_newtypes unwrapping</li>
<li><a href="https://github.com/ron-rs/ron/commit/f7da628e665facc025b6b6262ed44987ac6379da"><code>f7da628</code></a> Adds unwrap_variant_newtypes extension</li>
<li><a href="https://github.com/ron-rs/ron/commit/57ac97b3f6a1d1af696d2eccbbebd4aa0dc60daa"><code>57ac97b</code></a> Removes Sized bound from serialization functions</li>
<li>Additional commits viewable in <a href="https://github.com/ron-rs/ron/compare/v0.6.6...v0.7.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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- test
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
0 commit comments