Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` |
`0.17.9` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.89` |
`1.0.92` |
| [rustdoc-json](https://github.com/cargo-public-api/cargo-public-api) |
`0.9.2` | `0.9.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133`
|
| [syn](https://github.com/dtolnay/syn) | `2.0.87` | `2.0.89` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` |
`3.14.0` |

Updates `anyhow` from 1.0.92 to 1.0.93
<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.93</h2>
<ul>
<li>Update dev-dependencies to <code>thiserror</code> v2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/anyhow/commit/713bda9247df3846c1444a7c1b3b2a3b9a4f5907"><code>713bda9</code></a>
Release 1.0.93</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/f91c247cf8986842a8ac25030481b0af3433cd35"><code>f91c247</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/391">#391</a>
from dtolnay/thiserror</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/2a3901c0b1ab6d7aed466db53a2675b61d3e3401"><code>2a3901c</code></a>
Isolate old rustc version tests from needing anyhow dev-dependencies in
lockfile</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/3ca2cdd795f1569354f8d7366383d7802201bdbf"><code>3ca2cdd</code></a>
Update dev-dependencies to thiserror v2</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93">compare
view</a></li>
</ul>
</details>
<br />

Updates `indicatif` from 0.17.8 to 0.17.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/console-rs/indicatif/releases">indicatif's
releases</a>.</em></p>
<blockquote>
<h2>0.17.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Mention ProgressTracker near list of template keys by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/632">console-rs/indicatif#632</a></li>
<li>tests: print whether colors are enabled to help diagnose spurious
failure by <a
href="https://github.com/chris-laplante"><code>@​chris-laplante</code></a>
in <a
href="https://redirect.github.com/console-rs/indicatif/pull/641">console-rs/indicatif#641</a></li>
<li>Workarounds for flaky tty/color support in GitHub actions runner by
<a
href="https://github.com/chris-laplante"><code>@​chris-laplante</code></a>
in <a
href="https://redirect.github.com/console-rs/indicatif/pull/646">console-rs/indicatif#646</a></li>
<li>Fix move cursor flag not working by <a
href="https://github.com/SuperTux88"><code>@​SuperTux88</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/648">console-rs/indicatif#648</a></li>
<li>chore: fix comment by <a
href="https://github.com/rustco"><code>@​rustco</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/649">console-rs/indicatif#649</a></li>
<li>Fix AtomicPosition::reset storing wrong value by <a
href="https://github.com/TheJokr"><code>@​TheJokr</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/650">console-rs/indicatif#650</a></li>
<li>Documentation tweaks; bump MSRV by <a
href="https://github.com/chris-laplante"><code>@​chris-laplante</code></a>
in <a
href="https://redirect.github.com/console-rs/indicatif/pull/653">console-rs/indicatif#653</a></li>
<li>Update deny config for cargo-deny 0.15 release by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/655">console-rs/indicatif#655</a></li>
<li>Update unicode-width requirement from 0.1 to 0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/658">console-rs/indicatif#658</a></li>
<li>Replace <code>instant</code> with <code>web-time</code> by <a
href="https://github.com/torokati44"><code>@​torokati44</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/666">console-rs/indicatif#666</a></li>
<li>Bump EmbarkStudios/cargo-deny-action from 1 to 2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/654">console-rs/indicatif#654</a></li>
<li>Bump version to 0.17.9 by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/667">console-rs/indicatif#667</a></li>
<li>feat: allow constructing and setting the progress bar len to
<code>None</code> by <a
href="https://github.com/cdellacqua"><code>@​cdellacqua</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/664">console-rs/indicatif#664</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/console-rs/indicatif/commit/e84863a94e9d161bff4d7e4f918ead726d481001"><code>e84863a</code></a>
feat: allow constructing and setting the progress bar len to
<code>None</code> (<a
href="https://redirect.github.com/console-rs/indicatif/issues/664">#664</a>)</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/90a1f3bd276bee389b8122eead517baefa831194"><code>90a1f3b</code></a>
Bump version to 0.17.9</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/83da31e39e6ae10fb9a74399bcf0a3394bfdbe15"><code>83da31e</code></a>
Bump EmbarkStudios/cargo-deny-action from 1 to 2</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/884ddfb965b18f011f4d413458b2a302ecf4bf1d"><code>884ddfb</code></a>
Replace <code>instant</code> with <code>web-time</code></li>
<li><a
href="https://github.com/console-rs/indicatif/commit/5396704f8e9fe781d21a5475c8d3af292d0155fe"><code>5396704</code></a>
Update unicode-width requirement from 0.1 to 0.2</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/fde06b745064789e26e9c20a94710f5027bb1335"><code>fde06b7</code></a>
Update deny config for cargo-deny 0.15 release</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/6c017583fa7cfb91b4d9230f8d364f5dcf6dd073"><code>6c01758</code></a>
bump MSRV to 1.70 for Tokio 1.39.2</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/ffd3cda7d1d0b528d4a46de21cf785ec6c5ffbd5"><code>ffd3cda</code></a>
ProgressBar::new: update doc string to reflect correct default refresh
rate</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/d323a962c3d469cf4d1157e2e4c581c51bbc4219"><code>d323a96</code></a>
Fix 'lazy continuation' lint errors in docs</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/529531726fca07e0a624462838104388e89d029d"><code>5295317</code></a>
Fix AtomicPosition::reset storing wrong value (<a
href="https://redirect.github.com/console-rs/indicatif/issues/650">#650</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/console-rs/indicatif/compare/0.17.8...0.17.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `proc-macro2` from 1.0.89 to 1.0.92
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.92</h2>
<ul>
<li>Improve compiler/fallback mismatch panic message (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/487">#487</a>)</li>
</ul>
<h2>1.0.91</h2>
<ul>
<li>Fix panic <em>&quot;compiler/fallback mismatch 949&quot;</em> when
using TokenStream::from_str from inside a proc macro to parse a string
containing doc comment (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/484">#484</a>)</li>
</ul>
<h2>1.0.90</h2>
<ul>
<li>Improve error recovery in TokenStream's and Literal's FromStr
implementations to work around <a
href="https://redirect.github.com/rust-lang/rust/issues/58736">rust-lang/rust#58736</a>
such that rustc does not poison compilation on codepaths that should be
recoverable errors (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/477">#477</a>,
<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/478">#478</a>,
<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/479">#479</a>,
<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/480">#480</a>,
<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/481">#481</a>,
<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/482">#482</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/acc7d368209b3af57bba8c470f3c8f5f9234ec04"><code>acc7d36</code></a>
Release 1.0.92</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/0cb443d93587bf892cb5c8bac6900e6f39f2f439"><code>0cb443d</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/487">#487</a>
from dtolnay/mismatchline</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/ae478edd072d05c83f3c42a3fcad865d058d0e2c"><code>ae478ed</code></a>
Change mismatch panic message to avoid github linkifying</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/5046761b9689109142a02c71736284013673f0bd"><code>5046761</code></a>
Release 1.0.91</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/27c54948b3c993855f2a58decc154ebe0a560f66"><code>27c5494</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/486">#486</a>
from dtolnay/compilerlex</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/a9146d6cb558851b1ae180ef28b93cd6987cd4ab"><code>a9146d6</code></a>
Ensure that compiler tokenstream parsing only produces a compiler
lexerror</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/1ce5f04a7e44e2213244da36767678d53567c4f7"><code>1ce5f04</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/485">#485</a>
from dtolnay/fallbackident</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/75d08189223012a175e7165cd665943dc7f5ee9f"><code>75d0818</code></a>
Make parser's fallback Ident symmetric with Group and Literal</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/56c3e31df20a7c5c6ab9d356332a6a51f78ba179"><code>56c3e31</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/484">#484</a>
from dtolnay/fbliteral</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/d2c0e611fdea620dd85f8ab8327cdccb0f002cbb"><code>d2c0e61</code></a>
Fix spanned fallback literal construction</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.92">compare
view</a></li>
</ul>
</details>
<br />

Updates `rustdoc-json` from 0.9.2 to 0.9.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cargo-public-api/cargo-public-api/releases">rustdoc-json's
releases</a>.</em></p>
<blockquote>
<h2>v0.9.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for --diff-rustdoc-json FILE1 FILE2 by <a
href="https://github.com/Enselic"><code>@​Enselic</code></a> in <a
href="https://redirect.github.com/Enselic/cargo-public-api/pull/24">Enselic/cargo-public-api#24</a></li>
<li>Perform syntax highlighting on output format <code>plain</code> by
<a
href="https://github.com/douweschulte"><code>@​douweschulte</code></a>
in <a
href="https://redirect.github.com/Enselic/cargo-public-api/pull/23">Enselic/cargo-public-api#23</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/douweschulte"><code>@​douweschulte</code></a>
made their first contribution in <a
href="https://redirect.github.com/Enselic/cargo-public-api/pull/23">Enselic/cargo-public-api#23</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Enselic/cargo-public-api/compare/v0.9.2...v0.9.3">https://github.com/Enselic/cargo-public-api/compare/v0.9.2...v0.9.3</a></p>
</blockquote>
</details>
<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.3</h2>
<ul>
<li>Bump deps. Most notably <code>cargo-manifest</code> from 0.15.0 to
0.16.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/9bdd94d1d1ad1cc073553b168220bc9649ebcc6b"><code>9bdd94d</code></a>
Bump rustdoc-json to v0.9.3</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/ee36518822b57842bd8f63004eedd8eb2ce3ce55"><code>ee36518</code></a>
CHANGELOG-reminder.yml: Make reminder shorter</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/3d6bfb41f3e1335c720b0205826bcfd2fdcf80ae"><code>3d6bfb4</code></a>
Bump rustup-toolchain to v0.1.8</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/a4d6a7fca5eadcb3fba1ed2e165e973376b3e197"><code>a4d6a7f</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/654">#654</a>
from cargo-public-api/trademark-notice</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/b5c65fe6547cd02828b6985c2ed5c4ef6283b19e"><code>b5c65fe</code></a>
Add trademark notice to READMEs with Rust or Cargo in the project
name</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/5195d6a3ae3f16622cd9848c9f90cccc4622a460"><code>5195d6a</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/648">#648</a>
from smoelius/trait-bound-modifier</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/5b4511e51e4f98d7c20a7235db35ed00f82d76fa"><code>5b4511e</code></a>
Merge pull request <a
href="https://redirect.github.com/cargo-public-api/cargo-public-api/issues/653">#653</a>
from EnselicCICD/create-pull-request/nightly-2024-11-15</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/8b49e34284a4506401a445b363780e49a652d06c"><code>8b49e34</code></a>
Bless <code>nightly-2024-11-15</code> output</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/cd6f8de367c83d2cb9bfc82ecec9c709558c8dce"><code>cd6f8de</code></a>
Update CHANGELOG.md and public-api/CHANGELOG.md</li>
<li><a
href="https://github.com/cargo-public-api/cargo-public-api/commit/d8fced0e85533ea6fc97f0deecb610d3bc552b29"><code>d8fced0</code></a>
Update tests</li>
<li>Additional commits viewable in <a
href="https://github.com/cargo-public-api/cargo-public-api/compare/rustdoc-json-v0.9.2...rustdoc-json-v0.9.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.214 to 1.0.215
<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.215</h2>
<ul>
<li>Produce warning when multiple fields or variants have the same
deserialization name (<a
href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/8939af48fecb965eb3ff04dc8969146d5af5ca0f"><code>8939af4</code></a>
Release 1.0.215</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fa5d58cd007812b5990ec5721082bac293a97467"><code>fa5d58c</code></a>
Use ui test syntax that does not interfere with rustfmt</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1a3cf4b3c18396a1c5da6999ff7695d822709044"><code>1a3cf4b</code></a>
Update PR 2562 ui tests</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7d96352e9638de6662e4660e974ffc7ea232e511"><code>7d96352</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a>
from dtolnay/collide</li>
<li><a
href="https://github.com/serde-rs/serde/commit/111ecc5d8c01cf7795059f3bc436bfd0e57d1d64"><code>111ecc5</code></a>
Update ui tests for warning on colliding aliases</li>
<li><a
href="https://github.com/serde-rs/serde/commit/edd6fe954bc35bbafb454835c6529d0e30148624"><code>edd6fe9</code></a>
Revert &quot;Add checks for conflicts for aliases&quot;</li>
<li><a
href="https://github.com/serde-rs/serde/commit/a20e9249c5849b6855ca2d2aa1d0ce563855c3bd"><code>a20e924</code></a>
Revert &quot;pacify clippy&quot;</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b1353a99cdf7b7ab30b49d5c0cfed0b725b7a8df"><code>b1353a9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a>
from dtolnay/dename</li>
<li><a
href="https://github.com/serde-rs/serde/commit/c59e876bb37ad690090d83e92a7799b75b1a3f49"><code>c59e876</code></a>
Produce a separate warning for every colliding name</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7f1e697c0d4d737068c8dd3f258e7c4122bf7196"><code>7f1e697</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a>
from dtolnay/namespan</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.132 to 1.0.133
<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.133</h2>
<ul>
<li>Implement From&lt;[T; N]&gt; for serde_json::Value (<a
href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/0903de449c52c1b4a2271e909b7afb18909dc379"><code>0903de4</code></a>
Release 1.0.133</li>
<li><a
href="https://github.com/serde-rs/json/commit/2b65ca09498a8a907e3e3cb66794414edfa6fe27"><code>2b65ca0</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>
from dtolnay/fromarray</li>
<li><a
href="https://github.com/serde-rs/json/commit/4e5f985958bedbc7e75ba6c1931edaf73508c4a7"><code>4e5f985</code></a>
Implement From&lt;[T; N]&gt; for Value</li>
<li><a
href="https://github.com/serde-rs/json/commit/2ccb5b67ca34a5e53b42fa608d756e25e57f91a3"><code>2ccb5b6</code></a>
Disable question_mark clippy lint in lexical test</li>
<li><a
href="https://github.com/serde-rs/json/commit/a11f5f2bc4756035e5a04e01ad486d8a99779527"><code>a11f5f2</code></a>
Resolve unnecessary_map_or clippy lints</li>
<li><a
href="https://github.com/serde-rs/json/commit/07f280a79c07a5e713d519ed6c6a1a71b0cf871a"><code>07f280a</code></a>
Wrap PR 1213 to 80 columns</li>
<li><a
href="https://github.com/serde-rs/json/commit/75ed44722d451143da5621f5ce3edb794965de79"><code>75ed447</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1213">#1213</a>
from djmitche/safety-comment</li>
<li><a
href="https://github.com/serde-rs/json/commit/73011c0b2bcd21639446728fc50de4131a51e5ca"><code>73011c0</code></a>
Add a safety comment to unsafe block</li>
<li><a
href="https://github.com/serde-rs/json/commit/be2198a54d0d9e668f8e2e59ca2e23e3ac10ae60"><code>be2198a</code></a>
Prevent upload-artifact step from causing CI failure</li>
<li><a
href="https://github.com/serde-rs/json/commit/7cce517f53fd60d40bd6ef87a0e51f88a306e901"><code>7cce517</code></a>
Raise minimum version for preserve_order feature to Rust 1.65</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.87 to 2.0.89
<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.89</h2>
<ul>
<li>Fix <em>&quot;compiler/fallback mismatch 949&quot;</em> panic (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/483">dtolnay/proc-macro2#483</a>)</li>
</ul>
<h2>2.0.88</h2>
<ul>
<li>Improve error recovery in <code>parse_str</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1783">#1783</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/06af36b972a9d50e961ebbe1bc6e8b56b1905cf4"><code>06af36b</code></a>
Release 2.0.89</li>
<li><a
href="https://github.com/dtolnay/syn/commit/42b47472503523b56979e6e15a905b02be31cf0d"><code>42b4747</code></a>
Fix &quot;compiler/fallback mismatch 949&quot; panic</li>
<li><a
href="https://github.com/dtolnay/syn/commit/424e484905c4fa83e2f5a396c6996f7d066c5572"><code>424e484</code></a>
Release 2.0.88</li>
<li><a
href="https://github.com/dtolnay/syn/commit/2375d9ac019e86f65eb07bed45c3ffd8ead92690"><code>2375d9a</code></a>
Pull in proc-macro2 FromStr's more robust error recovery</li>
<li><a
href="https://github.com/dtolnay/syn/commit/f46a6f32246696a1585c2c9e68c78b44079d68a5"><code>f46a6f3</code></a>
Update test suite to nightly-2024-11-18</li>
<li><a
href="https://github.com/dtolnay/syn/commit/fc133ebb037aa74c9a6ca10f9d394a7a9ee509fd"><code>fc133eb</code></a>
Resolve unnecessary_map_or clippy lint</li>
<li><a
href="https://github.com/dtolnay/syn/commit/0ccac34ff92fac4ddb488e8f1c7f9527e12b231b"><code>0ccac34</code></a>
Resolve question_mark clippy lint</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5c1c057bfbcc55d05938a5b866428d86e6fe9f0a"><code>5c1c057</code></a>
Disable toml &quot;display&quot; feature</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5bbe46a8c873e52ba289071ac30cd058c29a6e77"><code>5bbe46a</code></a>
Prevent upload-artifact step from causing CI failure</li>
<li><a
href="https://github.com/dtolnay/syn/commit/2b45e9331e5eece0f1cea01a9378f4296c1f1d60"><code>2b45e93</code></a>
Raise minimum version for syn-codegen crate to Rust 1.65</li>
<li>See full diff in <a
href="https://github.com/dtolnay/syn/compare/2.0.87...2.0.89">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.13.0 to 3.14.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.14.0</h2>
<ul>
<li>Make the wasip2 target work (requires tempfile's &quot;nightly&quot;
feature to be enabled). <a
href="https://redirect.github.com/Stebalien/tempfile/pull/305">#305</a>.</li>
<li>Allow older windows-sys versions <a
href="https://redirect.github.com/Stebalien/tempfile/pull/304">#304</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/b232c584c89de0793361e04945f8acd3c35af879"><code>b232c58</code></a>
chore: release 3.14.0 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/307">#307</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a23f396ede61a989ed48c1906c07f20d03d04ff2"><code>a23f396</code></a>
fix: enable wasip2 feature for wasm32-wasip2 target (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/305">#305</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/f162807fdba5c4fa99c9725e8e3ffcb74fe07450"><code>f162807</code></a>
ci: switch from cargo-wasi to directly using the wasip1 target (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/306">#306</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/fa8ad0090413475cce8402044a06e724ffc6be0e"><code>fa8ad00</code></a>
allow older windows-sys (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/304">#304</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/335d91d538953bb535f0839f4daced8d008d1dab"><code>335d91d</code></a>
fix: expose SpooledData enum (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/301">#301</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.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 <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 Nov 26, 2024
1 parent 8a0f7d4 commit fb1d0f0
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 67 deletions.
Loading

0 comments on commit fb1d0f0

Please sign in to comment.