Skip to content

Commit

Permalink
[cargo] Bump the non-major-dependencies group with 9 updates (#1208)
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [console](https://github.com/console-rs/console) | `0.15.8` |
`0.15.10` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` |
`0.11.6` |
| [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` |
`0.12.12` |
| [rustdoc-json](https://github.com/cargo-public-api/cargo-public-api) |
`0.9.3` | `0.9.4` |
| [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134`
|
| [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.93` |

Updates `anyhow` from 1.0.94 to 1.0.95
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/anyhow/releases">anyhow's
releases</a>.</em></p>
<blockquote>
<h2>1.0.95</h2>
<ul>
<li>Add <a
href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.from_boxed"><code>Error::from_boxed</code></a>
(<a
href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a>,
<a
href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/48be1caa24fa65467aaa8071eb698542e4fa1d43"><code>48be1ca</code></a>
Release 1.0.95</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/a03d6d60f9bcccaa096284534799ced715139f42"><code>a03d6d6</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a>
from dtolnay/fromboxed</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/52e4abb1f2167c71c2f99d9a1048d9321baed963"><code>52e4abb</code></a>
Add Error::from_boxed with documentation about bidirectional
<code>?</code></li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/ffecefcfe0d25efde16c2b049cd84132b28b0f6d"><code>ffecefc</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a>
from dtolnay/construct</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/671f700dd3decdfb56c8f8b6fdae6ced5acd5ca9"><code>671f700</code></a>
Add construct_ prefix to name of private construct functions</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95">compare
view</a></li>
</ul>
</details>
<br />

Updates `console` from 0.15.8 to 0.15.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/console-rs/console/releases">console's
releases</a>.</em></p>
<blockquote>
<h2>0.15.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove MSRV badge from README by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/console-rs/console/pull/228">console-rs/console#228</a></li>
</ul>
<h2>0.15.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Update dependencies by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/console-rs/console/pull/227">console-rs/console#227</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/console-rs/console/blob/main/CHANGELOG.md">console's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/console-rs/console/commit/ddc83cd80f28f4f182994b9616070ef2e468a686"><code>ddc83cd</code></a>
Bump version to 0.15.10</li>
<li><a
href="https://github.com/console-rs/console/commit/19f3caf732fbd176dddab2578d44f6af4c63a88c"><code>19f3caf</code></a>
Remove MSRV badge from README</li>
<li><a
href="https://github.com/console-rs/console/commit/20d63dc000a508dcb959665eae62573e906fe4fc"><code>20d63dc</code></a>
Bump version to 0.15.9</li>
<li><a
href="https://github.com/console-rs/console/commit/f02463b3aee41253dc11f5d20ab4c8fd3a18d265"><code>f02463b</code></a>
Switch from lazy_static to once_cell</li>
<li><a
href="https://github.com/console-rs/console/commit/8e89a53891a25e124b012c9a9235dbd427333627"><code>8e89a53</code></a>
Upgrade windows-sys to 0.59</li>
<li><a
href="https://github.com/console-rs/console/commit/0baff7a760a34f75c64376f30fb7db03d5447b9d"><code>0baff7a</code></a>
Upgrade encode_unicode to 1</li>
<li><a
href="https://github.com/console-rs/console/commit/59ef42d171ab3627ba1180cb10977bfc9a5735b0"><code>59ef42d</code></a>
Upgrade unicode-with to 0.2</li>
<li><a
href="https://github.com/console-rs/console/commit/9ae69d577cfef4069e4f70c9e194c0a59cf8a111"><code>9ae69d5</code></a>
Bump MSRV to 1.66</li>
<li><a
href="https://github.com/console-rs/console/commit/09be64bf13ab1aa7db3500f2b91858c51f77f2dd"><code>09be64b</code></a>
Apply suggestions from clippy 1.83</li>
<li>See full diff in <a
href="https://github.com/console-rs/console/compare/0.15.8...0.15.10">compare
view</a></li>
</ul>
</details>
<br />

Updates `env_logger` from 0.11.5 to 0.11.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-cli/env_logger/releases">env_logger's
releases</a>.</em></p>
<blockquote>
<h2>v0.11.6</h2>
<h2>[0.11.6] - 2024-12-20</h2>
<h3>Features</h3>
<ul>
<li>Opt-in file and line rendering</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's
changelog</a>.</em></p>
<blockquote>
<h2>[0.11.6] - 2024-12-20</h2>
<h3>Features</h3>
<ul>
<li>Opt-in file and line rendering</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-cli/env_logger/commit/dc1a01a79729d9a43f9dfaf32080c5e7bdf05090"><code>dc1a01a</code></a>
chore: Release</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/65f81b3b6bcac25ce3de08187579ba38d0ea34f5"><code>65f81b3</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/77425992f658d00d41aafc29b3bc7cb2e93e0f80"><code>7742599</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-cli/env_logger/issues/345">#345</a>
from EriKWDev/main</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/59229bce5331f23b021633a1c991672c93e0ec83"><code>59229bc</code></a>
fix: Test result of everything enabled has changed</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/b0d4760955fcfe30a4e4314fe0f1ba9952650855"><code>b0d4760</code></a>
spelling + field names</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/1bad1f59d73240de26cd6e632bb4cce4541ba0e1"><code>1bad1f5</code></a>
feature: ability to display source file path and line number with
default for...</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/cc97bf76e37f72993553187434e7fcbeb62c8478"><code>cc97bf7</code></a>
chore(deps): Update Rust Stable to v1.83 (<a
href="https://redirect.github.com/rust-cli/env_logger/issues/343">#343</a>)</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/240cd21de5b8b506f34dc8fdfbcaf49a73fb91c9"><code>240cd21</code></a>
style: Make clippy happy</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/da7ff822598df812102c56e5d0329c79d7bfa60b"><code>da7ff82</code></a>
chore: Update from _rust template</li>
<li><a
href="https://github.com/rust-cli/env_logger/commit/ab1d8549459a8f38897aa065a300279ead1019e4"><code>ab1d854</code></a>
chore(deps): Update Rust crate snapbox to v0.6.20 (<a
href="https://redirect.github.com/rust-cli/env_logger/issues/342">#342</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `quote` from 1.0.37 to 1.0.38
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.38</h2>
<ul>
<li>Support interpolating arrays inside of arrays using a repetition (<a
href="https://redirect.github.com/dtolnay/quote/issues/286">#286</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/0245506323a3616daa2ee41c6ad0b871e4d78ae4"><code>0245506</code></a>
Release 1.0.38</li>
<li><a
href="https://github.com/dtolnay/quote/commit/d978c510867b1abca65628c30a79b88a17c3a3c7"><code>d978c51</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/286">#286</a>
from dtolnay/array</li>
<li><a
href="https://github.com/dtolnay/quote/commit/09d1e421933918b29eac9eadde37594048ef8d98"><code>09d1e42</code></a>
Implement repetition for arrays</li>
<li><a
href="https://github.com/dtolnay/quote/commit/5bba89fef1a129adbf6f9236d9ca9984bd5d09f8"><code>5bba89f</code></a>
Add repetition test with array of array</li>
<li><a
href="https://github.com/dtolnay/quote/commit/aafba72e10919ad47c05169271cb78e614fb2b9d"><code>aafba72</code></a>
Prevent upload-artifact step from causing CI failure</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c8898964b893f47b3337cd18bd463365b9c12576"><code>c889896</code></a>
Update not-quotable ui test for ToTokens impl changes</li>
<li><a
href="https://github.com/dtolnay/quote/commit/87c247ff2c46a66218df61dde33fd2406293ea86"><code>87c247f</code></a>
Resolve some needless_lifetimes clippy lints</li>
<li><a
href="https://github.com/dtolnay/quote/commit/31d7a0120f9a132087082786101618b3e91c0bd4"><code>31d7a01</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6cff24bf4a76bec898a104fb9a2911ed104ff24d"><code>6cff24b</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li>See full diff in <a
href="https://github.com/dtolnay/quote/compare/1.0.37...1.0.38">compare
view</a></li>
</ul>
</details>
<br />

Updates `reqwest` from 0.12.9 to 0.12.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/releases">reqwest's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.11</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix decompression returning an error when HTTP/2 ends with an empty
data frame by <a
href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2508">seanmonstar/reqwest#2508</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11">https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11</a></p>
<h2>v0.12.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::connector_layer()</code> to allow
customizing the connector stack. by <a
href="https://github.com/jlizen"><code>@​jlizen</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2496">seanmonstar/reqwest#2496</a></li>
<li>Add <code>ClientBuilder::http2_max_header_list_size()</code> option
by <a href="https://github.com/DSharifi"><code>@​DSharifi</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2465">seanmonstar/reqwest#2465</a></li>
<li>Fix decompression of chunked bodies so the connections can be reused
more often by <a
href="https://github.com/Andrey36652"><code>@​Andrey36652</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2484">seanmonstar/reqwest#2484</a></li>
<li>Fix propagating body size hint (<code>content-length</code>)
information when wrapping bodies by <a
href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2503">seanmonstar/reqwest#2503</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DSharifi"><code>@​DSharifi</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2465">seanmonstar/reqwest#2465</a></li>
<li><a
href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2464">seanmonstar/reqwest#2464</a></li>
<li><a href="https://github.com/hsivonen"><code>@​hsivonen</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2470">seanmonstar/reqwest#2470</a></li>
<li><a href="https://github.com/ovnicraft"><code>@​ovnicraft</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2469">seanmonstar/reqwest#2469</a></li>
<li><a href="https://github.com/Nuhvi"><code>@​Nuhvi</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2473">seanmonstar/reqwest#2473</a></li>
<li><a href="https://github.com/caojen"><code>@​caojen</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2488">seanmonstar/reqwest#2488</a></li>
<li><a
href="https://github.com/Andrey36652"><code>@​Andrey36652</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2484">seanmonstar/reqwest#2484</a></li>
<li><a href="https://github.com/jlizen"><code>@​jlizen</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2499">seanmonstar/reqwest#2499</a></li>
</ul>
<h2>Thanks</h2>
<ul>
<li><a
href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li>
<li><a href="https://github.com/nyurik"><code>@​nyurik</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10">https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.12.12</h2>
<ul>
<li>(wasm) Fix compilation by not compiler <code>tokio/time</code> on
WASM.</li>
</ul>
<h2>v0.12.11</h2>
<ul>
<li>Fix decompression returning an error when HTTP/2 ends with an empty
data frame.</li>
</ul>
<h2>v0.12.10</h2>
<ul>
<li>Add <code>ClientBuilder::connector_layer()</code> to allow
customizing the connector stack.</li>
<li>Add <code>ClientBuilder::http2_max_header_list_size()</code>
option.</li>
<li>Fix propagating body size hint (<code>content-length</code>)
information when wrapping bodies.</li>
<li>Fix decompression of chunked bodies so the connections can be reused
more often.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/8b8fdd2552ad645c7e9dd494930b3e95e2aedef2"><code>8b8fdd2</code></a>
v0.12.12</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/1ef87032c8c5666dabec1061429e67d153db4ab1"><code>1ef8703</code></a>
(wasm) fix: remove tower as dependency for wasm32-unknown-unknown (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2510">#2510</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/224f0b89d8cd7b653f9fadf967bafd3d082211dc"><code>224f0b8</code></a>
v0.12.11</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/beea3320c4da59149bb46b6a118b500e6eb1ee5e"><code>beea332</code></a>
fix decoding extra empty frame (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2508">#2508</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/177cc7f8d93177bd1cbe9a687237928f884f18c8"><code>177cc7f</code></a>
cleanup: typo fix</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/409cff3cf72ceba1c63268ccba5b7ed33014abcd"><code>409cff3</code></a>
v0.12.10</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/ea48da723c17380a7d9cdf791248cd3a196c005a"><code>ea48da7</code></a>
docs: fix a few spelling issues (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2478">#2478</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/3ce98b5f2288637e22dad98e881c210246567021"><code>3ce98b5</code></a>
fix: propagate Body::size_hint when wrapping bodies (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2503">#2503</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/44ca5ee864ebff81e987263de74be7002fc6b353"><code>44ca5ee</code></a>
remove Clone from connect::Unnameable for now (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2502">#2502</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/2a7c1b61e0693f8b9924e2e89257aa131a30ee83"><code>2a7c1b6</code></a>
feat: allow pluggable tower layers in connector service stack (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2496">#2496</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.12">compare
view</a></li>
</ul>
</details>
<br />

Updates `rustdoc-json` from 0.9.3 to 0.9.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cargo-public-api/cargo-public-api/blob/main/rustdoc-json/CHANGELOG.md">rustdoc-json's
changelog</a>.</em></p>
<blockquote>
<h2>v0.9.4</h2>
<ul>
<li>Bump deps. Most notably <code>cargo-manifest</code> from 0.16.0 to
0.17.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/5ca99c133adc5c9a310de327ea5bea851b6cf1d6"><code>5ca99c1</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/680">#680</a>
from SUPERCILEX/rustdoc-json-release</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/a98d1df2fce02b74b97773ba8ab6ce51fc2d5164"><code>a98d1df</code></a>
rustdoc-json v0.9.4</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/ec7cb8d70180d8508c511a100c4e9c3ebcfd2101"><code>ec7cb8d</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/677">#677</a>
from cargo-public-api/dependabot/cargo/home-0.5.11</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/fa6cd6f95561339ded61f3d2e01a5fdd06d12425"><code>fa6cd6f</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/678">#678</a>
from cargo-public-api/dependabot/cargo/expect-test-1.5.1</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/793f0a9cb2eac01b6d6702921da18401c760bae8"><code>793f0a9</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/679">#679</a>
from cargo-public-api/dependabot/cargo/predicates-3.1.3</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/067a54c0a83b2d6cbf4a869abee9b104aa157db5"><code>067a54c</code></a>
build(deps): bump predicates from 3.1.2 to 3.1.3</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/fa200d6397f0ba580cd6e34c61483a7fe6cf46f8"><code>fa200d6</code></a>
build(deps): bump expect-test from 1.5.0 to 1.5.1</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/07c170f907671a62f5f10dba1f8cf7371b990221"><code>07c170f</code></a>
build(deps): bump home from 0.5.9 to 0.5.11</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/1d78b9c8c5259b05e2e7a9c019c9d22981833f07"><code>1d78b9c</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/676">#676</a>
from cargo-public-api/changelog</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/3256a9f6feeef363096c508a614a97742df3be2d"><code>3256a9f</code></a>
README.md: Don't reference CHANGELOG.md</li>
<li>Additional commits viewable in <a
href="https://github.com/cargo-public-api/cargo-public-api/compare/rustdoc-json-v0.9.3...rustdoc-json-v0.9.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.216 to 1.0.217
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.217</h2>
<ul>
<li>Support serializing externally tagged unit variant inside flattened
field (<a
href="https://redirect.github.com/serde-rs/serde/issues/2786">#2786</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/930401b0dd58a809fce34da091b8aa3d6083cb33"><code>930401b</code></a>
Release 1.0.217</li>
<li><a
href="https://github.com/serde-rs/serde/commit/cb6eaea151b831db36457fff17f16a195702dad4"><code>cb6eaea</code></a>
Fix roundtrip inconsistency:</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b6f339ca3676584e1c26028b4040c337b0105e34"><code>b6f339c</code></a>
Resolve repr_packed_without_abi clippy lint in tests</li>
<li><a
href="https://github.com/serde-rs/serde/commit/2a5caea1a8abc9b6077d8eb43bd6109124db2a5f"><code>2a5caea</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2872">#2872</a>
from dtolnay/ehpersonality</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9f93f99aaa90760d421b60b8de6273999ca8980"><code>b9f93f9</code></a>
Add no-std CI on stable compiler</li>
<li><a
href="https://github.com/serde-rs/serde/commit/eb5cd476ba7e71e22b0a856c1e78a3af1b7bbe0a"><code>eb5cd47</code></a>
Drop #[lang = &quot;eh_personality&quot;] from no-std test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/8478a3b7dd847753440bdaf65b828a4a535e6cef"><code>8478a3b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2871">#2871</a>
from dtolnay/nostdstart</li>
<li><a
href="https://github.com/serde-rs/serde/commit/dbb909136e610b9753dcd9ffcfb8f6a3f6510060"><code>dbb9091</code></a>
Replace #[start] with extern fn main</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.133 to 1.0.134
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.134</h2>
<ul>
<li>Add <code>RawValue</code> associated constants for literal
<code>null</code>, <code>true</code>, <code>false</code> (<a
href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>,
thanks <a
href="https://github.com/bheylin"><code>@​bheylin</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/b2a1415aad0c76684c675d13a5746850d275c178"><code>b2a1415</code></a>
Release 1.0.134</li>
<li><a
href="https://github.com/serde-rs/json/commit/9875785f24c30c990942e3412b3feb8f798bb4dc"><code>9875785</code></a>
Tweak wording of NULL/TRUE/FALSE documentation</li>
<li><a
href="https://github.com/serde-rs/json/commit/4aa05b9143ea7ca9c690e874f4c0f4f43cae9716"><code>4aa05b9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1222">#1222</a>
from dtolnay/rawvalueassoc</li>
<li><a
href="https://github.com/serde-rs/json/commit/f42c7c760b5e38316c6c9090f80a925491889b4b"><code>f42c7c7</code></a>
Move RawValue associated constants into same impl block as public
functions</li>
<li><a
href="https://github.com/serde-rs/json/commit/96576bad53bf404c724927f82b0be358bf7aa561"><code>96576ba</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>
from bheylin/add-const-raw-values-for-null-and-bools</li>
<li><a
href="https://github.com/serde-rs/json/commit/4db66fb0b21b3ac1932d35317e9bcdff14b716f3"><code>4db66fb</code></a>
Add <code>'static</code> lifetime to <code>const</code>'s</li>
<li><a
href="https://github.com/serde-rs/json/commit/9c9aa1f380066e0318b829ec4138d1d1b4ef6949"><code>9c9aa1f</code></a>
Add literal 'null', 'true' and 'false' consts to <code>RawValue</code>
struct.</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.90 to 2.0.93
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.93</h2>
<ul>
<li>Fix expression parsing edge cases: <code>x as T &lt;&lt;= y</code>
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1804">#1804</a>),
<code>break as T</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1805">#1805</a>),
<code>match x { _ if .. =&gt; {} }</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1807">#1807</a>)</li>
<li>Fix expression printing edge cases: <code>|| -&gt; T 'a: {}</code>
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1806">#1806</a>),
<code>if break x {}</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1808">#1808</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1810">#1810</a>)</li>
</ul>
<h2>2.0.92</h2>
<ul>
<li>Fix parenthesization of jumps inside ranges (<a
href="https://redirect.github.com/dtolnay/syn/issues/1798">#1798</a>)</li>
</ul>
<h2>2.0.91</h2>
<ul>
<li>Support parsing <code>Vec&lt;Arm&gt;</code> using
<code>parse_quote!</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1796">#1796</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1797">#1797</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/3f2acdc5ed26505d73a9f80e8d0f2c89e41bd1b6"><code>3f2acdc</code></a>
Release 2.0.93</li>
<li><a
href="https://github.com/dtolnay/syn/commit/2ecf36aa1b55bf9b3a6673f8e8b3cd698f08e545"><code>2ecf36a</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1810">#1810</a>
from dtolnay/confusable</li>
<li><a
href="https://github.com/dtolnay/syn/commit/6240d9cbede77a5e5375e8f99f5aeb571a93836c"><code>6240d9c</code></a>
Recursive implementation of confusable_with_adjacent_block</li>
<li><a
href="https://github.com/dtolnay/syn/commit/39c8d4e6c21785626d1ac2c2d5c42b2aa47879fd"><code>39c8d4e</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1809">#1809</a>
from dtolnay/permutations</li>
<li><a
href="https://github.com/dtolnay/syn/commit/c770215c8a2351c3f1c92bf6ea0c188d6bd62285"><code>c770215</code></a>
Add exhaustive expressions parsing test</li>
<li><a
href="https://github.com/dtolnay/syn/commit/672aca98aee9dbedc532e365f5d5ef5acc04e628"><code>672aca9</code></a>
Exclude slow expressions test from miri</li>
<li><a
href="https://github.com/dtolnay/syn/commit/52d1ebbcc50b5dccf9ea396890d2f0407bbe596c"><code>52d1ebb</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1808">#1808</a>
from dtolnay/ifbreak</li>
<li><a
href="https://github.com/dtolnay/syn/commit/7fbb4aeb291844c9849ef12da78fc871c0851586"><code>7fbb4ae</code></a>
Fix <code>if break x {}</code></li>
<li><a
href="https://github.com/dtolnay/syn/commit/6baa7934b47b6d75895fb6cd550e815373aa075c"><code>6baa793</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1807">#1807</a>
from dtolnay/rangearrow</li>
<li><a
href="https://github.com/dtolnay/syn/commit/23f8f3b07f76aaca4d90a87ac91c0a63c4aaa989"><code>23f8f3b</code></a>
Fix <code>match x { _ if .. =&gt; {} }</code></li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.90...2.0.93">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 893a631 commit d248ea0
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 118 deletions.
Loading

0 comments on commit d248ea0

Please sign in to comment.