Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cargo] Bump the non-major-dependencies group across 1 directory with…
… 11 updates (#1240) Bumps the non-major-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` | | [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` | | [similar-asserts](https://github.com/mitsuhiko/similar-asserts) | `1.6.0` | `1.6.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.98` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.16.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.101` | `1.0.103` | Updates `indexmap` from 2.7.0 to 2.7.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.7.1 (2025-01-19)</h2> <ul> <li>Added <code>#[track_caller]</code> to functions that may panic.</li> <li>Improved memory reservation for <code>insert_entry</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/42e57a395b939292c08d32a317bae7bec3b7b5d8"><code>42e57a3</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/369">#369</a> from cuviper/release-2.7.1</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/f61b581178260fe2afaf1c0fc0613be319827d19"><code>f61b581</code></a> Release 2.7.1</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/cb520a7817b509d3a7cc51c8b60edcdbb029e595"><code>cb520a7</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/368">#368</a> from cuviper/reserve_entries</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/f0ec9243d93b1788e77902dfef7ef956dbf38b40"><code>f0ec924</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/367">#367</a> from savannstm/better-panics</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/38ef6188a7ece05c2cf5d2e5a930cad0cfb252a3"><code>38ef618</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/364">#364</a> from hkBst/patch-1</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/1f1272171f108c23865d1943b9605b54a19de185"><code>1f12721</code></a> Improve memory reservation for <code>insert_entry</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/2f5575574ca31240ed539b7fdb9938207fe782cc"><code>2f55755</code></a> Improve panic messages</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/7b64edc994ec11867479f974f190e302e3e66563"><code>7b64edc</code></a> Add <code>#[track_caller]</code> attributes to functions that may panic</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/f63bb6e016f2f78516441bc42e586828211ed2dc"><code>f63bb6e</code></a> remove fxhash dep</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/8eb4de59b03adf2e24284f6ca370d5071c493f9f"><code>8eb4de5</code></a> Remove fxhash example from lib.rs</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1">compare view</a></li> </ul> </details> <br /> Updates `indicatif` from 0.17.9 to 0.17.11 <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.11</h2> <h2>What's Changed</h2> <ul> <li>Change <code>OnceCell</code> to <code>OnceLock</code> in <code>TabExpandedString</code> by <a href="https://github.com/tgross35"><code>@tgross35</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/694">console-rs/indicatif#694</a></li> </ul> <h2>0.17.10</h2> <h2>What's Changed</h2> <p>With some great performance improvements from <a href="https://github.com/jaheba"><code>@jaheba</code></a>.</p> <ul> <li>Fix bar-less text output by <a href="https://github.com/spoutn1k"><code>@spoutn1k</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/659">console-rs/indicatif#659</a></li> <li>add tracing-indicatif create to integration list by <a href="https://github.com/emersonford"><code>@emersonford</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/673">console-rs/indicatif#673</a></li> <li>Fix double prints by <a href="https://github.com/spoutn1k"><code>@spoutn1k</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/671">console-rs/indicatif#671</a></li> <li>Only get draw_target-width when we actually draw by <a href="https://github.com/jaheba"><code>@jaheba</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/683">console-rs/indicatif#683</a></li> <li>Make tab extension lazy by <a href="https://github.com/jaheba"><code>@jaheba</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/684">console-rs/indicatif#684</a></li> <li>Make <code>ProgressBar:set_tab_with</code> take <code>&self</code> by <a href="https://github.com/jaheba"><code>@jaheba</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/685">console-rs/indicatif#685</a></li> <li>Remove unnecessary spinner display in multi examples by <a href="https://github.com/shuntaka9576"><code>@shuntaka9576</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/682">console-rs/indicatif#682</a></li> <li>Add <code>dec</code> and <code>dec_length</code> to <code>ProgressBar</code> by <a href="https://github.com/jaheba"><code>@jaheba</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/690">console-rs/indicatif#690</a></li> <li>Update rand requirement from 0.8 to 0.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/693">console-rs/indicatif#693</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/indicatif/commit/fe5900305c80c7210ea7d1029b7cd47cac608d30"><code>fe59003</code></a> Bump the version to 0.17.11</li> <li><a href="https://github.com/console-rs/indicatif/commit/9d4849a75dbfc98601657e45655b4c565b46d50d"><code>9d4849a</code></a> Change <code>OnceCell</code> to <code>OnceLock</code> in <code>TabExpandedString</code></li> <li><a href="https://github.com/console-rs/indicatif/commit/c340e9fd8b324ce0a76088cb8037606b04723843"><code>c340e9f</code></a> Bump version to 0.17.10</li> <li><a href="https://github.com/console-rs/indicatif/commit/3c9017ed9afe01e16e90028085533c2a48db3eba"><code>3c9017e</code></a> Update rand requirement from 0.8 to 0.9 (<a href="https://redirect.github.com/console-rs/indicatif/issues/693">#693</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/2871b47d15d7775f8333ed282f10c6cf21d739b9"><code>2871b47</code></a> Add <code>dec</code> and <code>dec_length</code> to <code>ProgressBar</code></li> <li><a href="https://github.com/console-rs/indicatif/commit/be119bd3d196ffae074c5f15819ea08222db909c"><code>be119bd</code></a> Remove unnecessary spinner display in multi examples (<a href="https://redirect.github.com/console-rs/indicatif/issues/682">#682</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/1a5f6064b597ad7d576d1c4ddaae439783e614c6"><code>1a5f606</code></a> Make ProgressBar:set_tab_with take &self</li> <li><a href="https://github.com/console-rs/indicatif/commit/fff12180c9d1c74a1f529fdb996105a122905b65"><code>fff1218</code></a> Make tab extension lazy</li> <li><a href="https://github.com/console-rs/indicatif/commit/33a7843c214ce1886161c52afeec217ef5f5110e"><code>33a7843</code></a> Only get draw_target-width when we actually draw</li> <li><a href="https://github.com/console-rs/indicatif/commit/6417492caa546a91ca6f69881d33141ddaf192c2"><code>6417492</code></a> Fix double prints (<a href="https://redirect.github.com/console-rs/indicatif/issues/671">#671</a>)</li> <li>Additional commits viewable in <a href="https://github.com/console-rs/indicatif/compare/0.17.9...0.17.11">compare view</a></li> </ul> </details> <br /> Updates `log` from 0.4.22 to 0.4.25 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/releases">log's releases</a>.</em></p> <blockquote> <h2>0.4.25</h2> <h2>What's Changed</h2> <ul> <li>Revert loosening of kv cargo features by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/662">rust-lang/log#662</a></li> <li>Prepare for 0.4.25 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/663">rust-lang/log#663</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.24...0.4.25">https://github.com/rust-lang/log/compare/0.4.24...0.4.25</a></p> <h2>0.4.24 (yanked)</h2> <h2>What's Changed</h2> <ul> <li>Fix up kv feature activation by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/659">rust-lang/log#659</a></li> <li>Prepare for 0.4.24 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/660">rust-lang/log#660</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.23...0.4.24">https://github.com/rust-lang/log/compare/0.4.23...0.4.24</a></p> <h2>0.4.23 (yanked)</h2> <h2>What's Changed</h2> <ul> <li>Fix some typos by <a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li>Add logforth to implementation by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li>Add <code>spdlog-rs</code> link to README by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li>Add correct lifetime to kv::Value::to_borrowed_str by <a href="https://github.com/stevenroose"><code>@stevenroose</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li>docs: Add logforth as an impl by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/642">rust-lang/log#642</a></li> <li>Add clang_log implementation by <a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li>Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by <a href="https://github.com/gbbosak"><code>@gbbosak</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a> (reverted)</li> <li>Fix up key lifetimes and add method to try get a borrowed key by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/653">rust-lang/log#653</a></li> <li>Add Ftail implementation by <a href="https://github.com/tjardoo"><code>@tjardoo</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> <li>Relax feature flag for value's std_support by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/657">rust-lang/log#657</a></li> <li>Prepare for 0.4.23 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/656">rust-lang/log#656</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li><a href="https://github.com/tisonkun"><code>@tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li><a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li><a href="https://github.com/stevenroose"><code>@stevenroose</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li><a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li><a href="https://github.com/gbbosak"><code>@gbbosak</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a></li> <li><a href="https://github.com/tjardoo"><code>@tjardoo</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.22...0.4.23">https://github.com/rust-lang/log/compare/0.4.22...0.4.23</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.25] - 2025-01-14</h2> <h2>What's Changed</h2> <ul> <li>Revert loosening of kv cargo features by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/662">rust-lang/log#662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.24...0.4.25">https://github.com/rust-lang/log/compare/0.4.24...0.4.25</a></p> <h2>[0.4.24] - 2025-01-11</h2> <h2>What's Changed</h2> <ul> <li>Fix up kv feature activation by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/659">rust-lang/log#659</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.23...0.4.24">https://github.com/rust-lang/log/compare/0.4.23...0.4.24</a></p> <h2>[0.4.23] - 2025-01-10 (yanked)</h2> <h2>What's Changed</h2> <ul> <li>Fix some typos by <a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li>Add logforth to implementation by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li>Add <code>spdlog-rs</code> link to README by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li>Add correct lifetime to kv::Value::to_borrowed_str by <a href="https://github.com/stevenroose"><code>@stevenroose</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li>docs: Add logforth as an impl by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/642">rust-lang/log#642</a></li> <li>Add clang_log implementation by <a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li>Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by <a href="https://github.com/gbbosak"><code>@gbbosak</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a></li> <li>Fix up key lifetimes and add method to try get a borrowed key by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/653">rust-lang/log#653</a></li> <li>Add Ftail implementation by <a href="https://github.com/tjardoo"><code>@tjardoo</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li><a href="https://github.com/tisonkun"><code>@tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li><a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li><a href="https://github.com/stevenroose"><code>@stevenroose</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li><a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li><a href="https://github.com/gbbosak"><code>@gbbosak</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a></li> <li><a href="https://github.com/tjardoo"><code>@tjardoo</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.22...0.4.23">https://github.com/rust-lang/log/compare/0.4.22...0.4.23</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/22be810729014e1e43267fc62fe6df0d7a29aaf7"><code>22be810</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/663">#663</a> from rust-lang/cargo/0.4.25</li> <li><a href="https://github.com/rust-lang/log/commit/02797301236d45a8d6049fa20f803aacdb49f693"><code>0279730</code></a> prepare for 0.4.25 release</li> <li><a href="https://github.com/rust-lang/log/commit/4099bcb35761161d5bb2566cc956e05ca89bb351"><code>4099bcb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/662">#662</a> from rust-lang/fix/cargo-features</li> <li><a href="https://github.com/rust-lang/log/commit/36e7e3f69636c484c94048bf5f56590a80d4c728"><code>36e7e3f</code></a> revert loosening of kv cargo features</li> <li><a href="https://github.com/rust-lang/log/commit/2282191854fa90a5769a5bd139614313f6dbe0b0"><code>2282191</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/660">#660</a> from rust-lang/cargo/0.4.24</li> <li><a href="https://github.com/rust-lang/log/commit/2994f0a62c1f479ca1fff2a2100fe07c8fb7bd29"><code>2994f0a</code></a> prepare for 0.4.24 release</li> <li><a href="https://github.com/rust-lang/log/commit/5fcb50eccd6913bab5ba2ff70b1d90617fba0c09"><code>5fcb50e</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/659">#659</a> from rust-lang/fix/feature-builds</li> <li><a href="https://github.com/rust-lang/log/commit/29fe9e60ff2e0239c1350394066a1871a9d9b9f3"><code>29fe9e6</code></a> fix up feature activation</li> <li><a href="https://github.com/rust-lang/log/commit/b1824f2c28bb1973b0b39f4bbd506a1803424b0a"><code>b1824f2</code></a> use cargo hack in CI to test all feature combinations</li> <li><a href="https://github.com/rust-lang/log/commit/e6b643d591597deaaa572b00bfd8176d4e6d4578"><code>e6b643d</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/656">#656</a> from rust-lang/cargo/0.4.23</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.22...0.4.25">compare view</a></li> </ul> </details> <br /> Updates `proc-macro2` from 1.0.92 to 1.0.93 <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.93</h2> <ul> <li>Optimize TokenStream's Drop (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/489">#489</a>, <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/490">#490</a>, thanks <a href="https://github.com/WalkerKnapp"><code>@WalkerKnapp</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/83519e88337217c75794935381de61ab02c60a9b"><code>83519e8</code></a> Release 1.0.93</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/87e04d21d9e7af4b1af069aac7c74207cddfa7e1"><code>87e04d2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/490">#490</a> from dtolnay/fastdrop</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/029360d69b15458a206067811dffc295a0fd1a72"><code>029360d</code></a> Drop tokens in order instead of reversed order</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/172907a8554f6947e7b7e14a262c7e2914f31016"><code>172907a</code></a> Non-recursively drop TokenStream relocating only streams, not tokens</li> <li>See full diff in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.92...1.0.93">compare view</a></li> </ul> </details> <br /> Updates `semver` from 1.0.24 to 1.0.25 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>1.0.25</h2> <ul> <li>Enable serde impls on play.rust-lang.org (<a href="https://redirect.github.com/dtolnay/semver/issues/330">#330</a>, thanks <a href="https://github.com/jofas"><code>@jofas</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/semver/commit/b1e2848d0360fd80c5d86b1a5f70d94c6e602819"><code>b1e2848</code></a> Release 1.0.25</li> <li><a href="https://github.com/dtolnay/semver/commit/1fb55fc29d477f8d978657d72972bf317f0e356c"><code>1fb55fc</code></a> Merge pull request 330 from jofas/serde-on-playground</li> <li><a href="https://github.com/dtolnay/semver/commit/2bf9708b4dae1ed83c33ac43f8d0382d4cefcf0a"><code>2bf9708</code></a> Enabled 'serde' feature on playground</li> <li>See full diff in <a href="https://github.com/dtolnay/semver/compare/1.0.24...1.0.25">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.134 to 1.0.138 <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.138</h2> <ul> <li>Documentation improvements</li> </ul> <h2>v1.0.137</h2> <ul> <li>Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (<a href="https://redirect.github.com/serde-rs/json/issues/1231">#1231</a>)</li> </ul> <h2>v1.0.136</h2> <ul> <li>Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (<a href="https://redirect.github.com/serde-rs/json/issues/1230">#1230</a>, thanks <a href="https://github.com/goffrie"><code>@goffrie</code></a>)</li> </ul> <h2>v1.0.135</h2> <ul> <li>Add serde_json::Map::into_values method (<a href="https://redirect.github.com/serde-rs/json/issues/1226">#1226</a>, thanks <a href="https://github.com/tisonkun"><code>@tisonkun</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/c916099147f0864c158bfffaf6d74870a64b16ee"><code>c916099</code></a> Release 1.0.138</li> <li><a href="https://github.com/serde-rs/json/commit/dc29e4815d8b99d48f43d73638819b25e7cd19c8"><code>dc29e48</code></a> Move BufReader to caller</li> <li><a href="https://github.com/serde-rs/json/commit/29122f9ed796712c098a1cd614f207bd9d1b2ccc"><code>29122f9</code></a> Sort imports from PR 1237</li> <li><a href="https://github.com/serde-rs/json/commit/d33c1b527e77d29ed9a6c2719d8aaac424e85357"><code>d33c1b5</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1237">#1237</a> from JonathanBrouwer/master</li> <li><a href="https://github.com/serde-rs/json/commit/8c2d8004b2b873772dbeadd5ad3f96a185d329df"><code>8c2d800</code></a> Add more warnings to apply buffering on docs of affected functions</li> <li><a href="https://github.com/serde-rs/json/commit/65bbd1aa2d0c9aca8347ba5b963e2f8658ab2d42"><code>65bbd1a</code></a> Fix example of from_reader not applying buffering when it should</li> <li><a href="https://github.com/serde-rs/json/commit/87f78da0f57a5bc6c875e56357bc9761558a3ef9"><code>87f78da</code></a> More precise gitignore patterns</li> <li><a href="https://github.com/serde-rs/json/commit/4134f119c025afa0f57f6b52b66def5c69db0ae6"><code>4134f11</code></a> Remove *.sw[po] from gitignore</li> <li><a href="https://github.com/serde-rs/json/commit/c7626dbac286ddf54aa120b3f3e7c9ebb4804af7"><code>c7626db</code></a> Remove **/*.rs.bk from project-specific gitignore</li> <li><a href="https://github.com/serde-rs/json/commit/eb49e28204c45faa692e0ca5485958b3bdc6f310"><code>eb49e28</code></a> Release 1.0.137</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.134...v1.0.138">compare view</a></li> </ul> </details> <br /> Updates `similar-asserts` from 1.6.0 to 1.6.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md">similar-asserts's changelog</a>.</em></p> <blockquote> <h2>1.6.1</h2> <ul> <li>Maintenance release with some clippy fixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/similar-asserts/commit/a0d87077c371beb1d08d7860c8412c351f94bcdc"><code>a0d8707</code></a> 1.6.1</li> <li><a href="https://github.com/mitsuhiko/similar-asserts/commit/9bdc5cb9fc33367446c64acc389e514f8af3ee7d"><code>9bdc5cb</code></a> Fix CI for MSRV (<a href="https://redirect.github.com/mitsuhiko/similar-asserts/issues/11">#11</a>)</li> <li><a href="https://github.com/mitsuhiko/similar-asserts/commit/2ac5eadadcfb5c828100d9facced6b8d4d37cbc5"><code>2ac5ead</code></a> Remove test status from readme</li> <li><a href="https://github.com/mitsuhiko/similar-asserts/commit/db55dc1daa2afa35fc58be46d891b92f4ec9cd1f"><code>db55dc1</code></a> Make clippy happy</li> <li>See full diff in <a href="https://github.com/mitsuhiko/similar-asserts/compare/1.6.0...1.6.1">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.93 to 2.0.98 <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.98</h2> <ul> <li>Allow lifetimes in function pointer return values in <code>ParseStream::call</code> and <code>Punctuated</code> parsers (<a href="https://redirect.github.com/dtolnay/syn/issues/1847">#1847</a>)</li> </ul> <h2>2.0.97</h2> <ul> <li>Documentation improvements</li> </ul> <h2>2.0.96</h2> <ul> <li>Expression precedence fixes (<a href="https://redirect.github.com/dtolnay/syn/issues/1834">#1834</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1836">#1836</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1837">#1837</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1838">#1838</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1839">#1839</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1840">#1840</a>)</li> </ul> <h2>2.0.95</h2> <ul> <li>Fix parenthesization of struct literals in let-chains (<a href="https://redirect.github.com/dtolnay/syn/issues/1832">#1832</a>)</li> </ul> <h2>2.0.94</h2> <ul> <li>Expression precedence fixes (<a href="https://redirect.github.com/dtolnay/syn/issues/1811">#1811</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1812">#1812</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1813">#1813</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1814">#1814</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1815">#1815</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1816">#1816</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1818">#1818</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1819">#1819</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1820">#1820</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1825">#1825</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1826">#1826</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1827">#1827</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1828">#1828</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1829">#1829</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1830">#1830</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/71f3808e0dba5a9dc8255ecc1c63a5da8b61b3e4"><code>71f3808</code></a> Release 2.0.98</li> <li><a href="https://github.com/dtolnay/syn/commit/f0c57eeba731463620cbeda70306934617e5c86d"><code>f0c57ee</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1847">#1847</a> from dtolnay/lifetimes</li> <li><a href="https://github.com/dtolnay/syn/commit/4307f646697e9d9114349f638f0fc73724c0af7c"><code>4307f64</code></a> Allow lifetimes in function pointer return values</li> <li><a href="https://github.com/dtolnay/syn/commit/d15bdea0be9215accd38ce6a42fae1f50f971594"><code>d15bdea</code></a> Release 2.0.97</li> <li><a href="https://github.com/dtolnay/syn/commit/bf672a993dbbc8797f63536ea26ad27492191005"><code>bf672a9</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1846">#1846</a> from dtolnay/surroundcfg</li> <li><a href="https://github.com/dtolnay/syn/commit/f0ee7e92241b29b6350707589b47bd44018b802a"><code>f0ee7e9</code></a> Fix missing doc cfg on <$Delimiter>::surround</li> <li><a href="https://github.com/dtolnay/syn/commit/e0e40cfe1b419289b1c97975704f6904cd87ccbd"><code>e0e40cf</code></a> Resolve unnecessary_semicolon pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/syn/commit/6ebd966cf963272608afa01380486349dac6dccd"><code>6ebd966</code></a> Resolve sliced_string_as_bytes clippy lint</li> <li><a href="https://github.com/dtolnay/syn/commit/a09b650a5f69ea43c2d32f5c5dc179b634eeb3c6"><code>a09b650</code></a> More precise gitignore patterns</li> <li><a href="https://github.com/dtolnay/syn/commit/42601b92eb9c4d263683a9c7aa192a4f44683c6f"><code>42601b9</code></a> Resolve needless_continue pedantic clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.93...2.0.98">compare view</a></li> </ul> </details> <br /> Updates `tempfile` from 3.14.0 to 3.16.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.16.0</h2> <ul> <li>Update <code>getrandom</code> to <code>0.3.0</code> (thanks to <a href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a>).</li> <li>Allow <code>windows-sys</code> versions <code>0.59.x</code> in addition to <code>0.59.0</code> (thanks <a href="https://github.com/ErichDonGubler"><code>@ErichDonGubler</code></a>).</li> <li>Improved security documentation (thanks to <a href="https://github.com/n0toose"><code>@n0toose</code></a> for collaborating with me on this).</li> </ul> <h2>3.15.0</h2> <p>Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (<a href="https://redirect.github.com/Stebalien/tempfile/issues/314">#314</a>). This resolves a potential DoS vector (<a href="https://redirect.github.com/Stebalien/tempfile/issues/178">#178</a>) while avoiding <code>getrandom</code> in the common case where it's necessary. The feature is optional but enabled by default via the <code>getrandom</code> feature.</p> <p>For libc-free builds, you'll either need to disable this feature or opt-in to a different <a href="https://github.com/rust-random/getrandom?tab=readme-ov-file#opt-in-backends"><code>getrandom</code> backend</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/6ecd9f197104c9edc74ba6ad7478a5289526adb1"><code>6ecd9f1</code></a> chore: release 3.16.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/3693c016b50cb43331966c80a9020e6d5cab709f"><code>3693c01</code></a> build: upgrade getrandom to v0.3.0 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/320">#320</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/a4596e5d57359e43734407c283788b1d7720bf54"><code>a4596e5</code></a> build: allow <code>windows-sys</code> 0.59 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/319">#319</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/3ac6d4eb04f4d719c4aadfb2328b9d0d80afcddf"><code>3ac6d4e</code></a> chore: fix clippy lifetime warning (<a href="https://redirect.github.com/Stebalien/tempfile/issues/318">#318</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/3a722e86baad70464e25348379c11f68b011a82a"><code>3a722e8</code></a> docs: improve & expand security documentation (<a href="https://redirect.github.com/Stebalien/tempfile/issues/317">#317</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/e7a40e3731c609a06fe959c88e8f681e31f17079"><code>e7a40e3</code></a> Release v3.15.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/ea45f476d72c89ced3b978fa30de8ef648183cb7"><code>ea45f47</code></a> feat: re-seed from system randomness on collision (<a href="https://redirect.github.com/Stebalien/tempfile/issues/314">#314</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/16209da6e651577860f65ff0179ddb7ad071b780"><code>16209da</code></a> Fix link to ticket in changelog (<a href="https://redirect.github.com/Stebalien/tempfile/issues/310">#310</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/ae22b273a1bb539018c748f1613a8f2ca29038c4"><code>ae22b27</code></a> docs: add owasp link on insecure temporary files (<a href="https://redirect.github.com/Stebalien/tempfile/issues/309">#309</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.16.0">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 2.0.9 to 2.0.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>2.0.11</h2> <ul> <li>Add feature gate to tests that use std (<a href="https://redirect.github.com/dtolnay/thiserror/issues/409">#409</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/410">#410</a>, thanks <a href="https://github.com/Maytha8"><code>@Maytha8</code></a>)</li> </ul> <h2>2.0.10</h2> <ul> <li>Support errors containing a generic type parameter's associated type in a field (<a href="https://redirect.github.com/dtolnay/thiserror/issues/408">#408</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/0f532e326e9a4cc6c6e30ee19ab00cb9eeb44362"><code>0f532e3</code></a> Release 2.0.11</li> <li><a href="https://github.com/dtolnay/thiserror/commit/3d15543a9117e32050caa6a219da6299b6271576"><code>3d15543</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/410">#410</a> from dtolnay/testnostd</li> <li><a href="https://github.com/dtolnay/thiserror/commit/1a226ae42c20114f71bd3ed339f9e0351351abce"><code>1a226ae</code></a> Disable two more integration tests in no-std mode</li> <li><a href="https://github.com/dtolnay/thiserror/commit/8b5f2d78f0576d8a64a96bd0b73c2b4eef45e6c9"><code>8b5f2d7</code></a> Fix unused import in test when built without std</li> <li><a href="https://github.com/dtolnay/thiserror/commit/eecd247cdf7dfa1cee9898dd29d56b0021b5f4d0"><code>eecd247</code></a> Add CI step to test with "std" disabled</li> <li><a href="https://github.com/dtolnay/thiserror/commit/8f2a76b4ba520e5615147977531bff394bed6894"><code>8f2a76b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/409">#409</a> from Maytha8/std-tests</li> <li><a href="https://github.com/dtolnay/thiserror/commit/693a6cddad750d0401942d553969310193ec2614"><code>693a6cd</code></a> Add feature gate to tests that use std</li> <li><a href="https://github.com/dtolnay/thiserror/commit/349f6960ff02d64bec38de392850ea9aa07bb766"><code>349f696</code></a> Release 2.0.10</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6cd87bc228612a1b8634ddb613059cc11b47f7ae"><code>6cd87bc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/408">#408</a> from dtolnay/assoctype</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6b3e1e50b27d9f90fd4a4be098d4693e50609784"><code>6b3e1e5</code></a> Generate trait bounds on associated types</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11">compare view</a></li> </ul> </details> <br /> Updates `trybuild` from 1.0.101 to 1.0.103 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/trybuild/releases">trybuild's releases</a>.</em></p> <blockquote> <h2>1.0.103</h2> <ul> <li>Fix unindentation of multiline note (<a href="https://redirect.github.com/dtolnay/trybuild/issues/301">#301</a>)</li> </ul> <h2>1.0.102</h2> <ul> <li>Detect compilation failure more reliably for filepaths containing <code>..</code> (<a href="https://redirect.github.com/dtolnay/trybuild/issues/300">#300</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/trybuild/commit/57705cd26d03d7d73bf8f90e34f5484cb6be2cb5"><code>57705cd</code></a> Release 1.0.103</li> <li><a href="https://github.com/dtolnay/trybuild/commit/7a19ab72adc2a37c64b0b54ea4471f9277861433"><code>7a19ab7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/301">#301</a> from dtolnay/multilinenote</li> <li><a href="https://github.com/dtolnay/trybuild/commit/14cad05bb51c4291e9717c4fb7365707c4c57cc0"><code>14cad05</code></a> Fix unindentation of multiline note</li> <li><a href="https://github.com/dtolnay/trybuild/commit/7b2e334b57e2a39ca8ed5e4b0447c79082a25993"><code>7b2e334</code></a> Add regression test for multiline note</li> <li><a href="https://github.com/dtolnay/trybuild/commit/2736f370e67cd54be0dd15c86569467ec1066191"><code>2736f37</code></a> Release 1.0.102</li> <li><a href="https://github.com/dtolnay/trybuild/commit/8c509456dd5da232f930149cc932cb8398843c22"><code>8c50945</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/300">#300</a> from dtolnay/pathmapkey</li> <li><a href="https://github.com/dtolnay/trybuild/commit/b2471d5c9b205eaeee840c3ada8d90ac07e9a524"><code>b2471d5</code></a> Canonicalize paths used as map keys</li> <li><a href="https://github.com/dtolnay/trybuild/commit/ddfbe47850461cefff42b5cd1c45cc55c0c6ce6c"><code>ddfbe47</code></a> Drop "dissimilar" feature, keeping only "diff"</li> <li><a href="https://github.com/dtolnay/trybuild/commit/96340263d9eb0705f98f0fa18b1281d2e9306347"><code>9634026</code></a> Resolve unnecessary_map_or clippy lint</li> <li><a href="https://github.com/dtolnay/trybuild/commit/e92bf293dfaf231d71de4deaf788ecb57d7fd4bc"><code>e92bf29</code></a> Prevent upload-artifact step from causing CI failure</li> <li>See full diff in <a href="https://github.com/dtolnay/trybuild/compare/1.0.101...1.0.103">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information