No description provided.
Bumps the cargo-dependencies group with 3 updates: [itertools](https://github.com/rust-itertools/itertools), [rstest](https://github.com/la10736/rstest) and [insta](https://github.com/mitsuhiko/insta). Updates `itertools` from 0.13.0 to 0.14.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md">itertools's changelog</a>.</em></p> <blockquote> <h2>0.14.0</h2> <h3>Breaking</h3> <ul> <li>Increased MSRV to 1.63.0 (<a href="https://redirect.github.com/rust-itertools/itertools/issues/960">#960</a>)</li> <li>Removed generic parameter from <code>cons_tuples</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/988">#988</a>)</li> </ul> <h3>Added</h3> <ul> <li>Added <code>array_combinations</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/991">#991</a>)</li> <li>Added <code>k_smallest_relaxed</code> and variants (<a href="https://redirect.github.com/rust-itertools/itertools/issues/925">#925</a>)</li> <li>Added <code>next_array</code> and <code>collect_array</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/560">#560</a>)</li> <li>Implemented <code>DoubleEndedIterator</code> for <code>FilterOk</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/948">#948</a>)</li> <li>Implemented <code>DoubleEndedIterator</code> for <code>FilterMapOk</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/950">#950</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Allow <code>Q: ?Sized</code> in <code>Itertools::contains</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/971">#971</a>)</li> <li>Improved hygiene of <code>chain!</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/943">#943</a>)</li> <li>Improved <code>into_group_map_by</code> documentation (<a href="https://redirect.github.com/rust-itertools/itertools/issues/1000">#1000</a>)</li> <li>Improved <code>tree_reduce</code> documentation (<a href="https://redirect.github.com/rust-itertools/itertools/issues/955">#955</a>)</li> <li>Improved discoverability of <code>merge_join_by</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/966">#966</a>)</li> <li>Improved discoverability of <code>take_while_inclusive</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/972">#972</a>)</li> <li>Improved documentation of <code>find_or_last</code> and <code>find_or_first</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/984">#984</a>)</li> <li>Prevented exponentially large type sizes in <code>tuple_combinations</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/945">#945</a>)</li> <li>Added <code>track_caller</code> attr for <code>asser_equal</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/976">#976</a>)</li> </ul> <h3>Notable Internal Changes</h3> <ul> <li>Fixed clippy lints (<a href="https://redirect.github.com/rust-itertools/itertools/issues/956">#956</a>, <a href="https://redirect.github.com/rust-itertools/itertools/issues/987">#987</a>, <a href="https://redirect.github.com/rust-itertools/itertools/issues/1008">#1008</a>)</li> <li>Addressed warnings within doctests (<a href="https://redirect.github.com/rust-itertools/itertools/issues/964">#964</a>)</li> <li>CI: Run most tests with miri (<a href="https://redirect.github.com/rust-itertools/itertools/issues/961">#961</a>)</li> <li>CI: Speed up "cargo-semver-checks" action (<a href="https://redirect.github.com/rust-itertools/itertools/issues/938">#938</a>)</li> <li>Changed an instance of <code>default_features</code> in <code>Cargo.toml</code> to <code>default-features</code> (<a href="https://redirect.github.com/rust-itertools/itertools/issues/985">#985</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-itertools/itertools/commit/a015a6831525ee1637df747d3f530a627d9741bf"><code>a015a68</code></a> Add <code>next_array</code> and <code>collect_array</code></li> <li><a href="https://github.com/rust-itertools/itertools/commit/a1213e1c81af9d8c329239b916fb9663387ae1b0"><code>a1213e1</code></a> Prepare v0.14.0 release</li> <li><a href="https://github.com/rust-itertools/itertools/commit/ff0c942b2e0127dfdd311a8b1ee022bd367c237f"><code>ff0c942</code></a> fix clippy lints</li> <li><a href="https://github.com/rust-itertools/itertools/commit/f80883b8e01cba2f8ef872cd33d6eda1a471db4c"><code>f80883b</code></a> Fix into_group_map_by documentation errors</li> <li><a href="https://github.com/rust-itertools/itertools/commit/b793238ff14bb4270456264708acc9771022d6a2"><code>b793238</code></a> Add track_caller for asser_equal</li> <li><a href="https://github.com/rust-itertools/itertools/commit/5d4056b643c575c6a808ec4d6f2fb24db57acf43"><code>5d4056b</code></a> <code>default_features</code> is deprecated - switch it to <code>default-features</code></li> <li><a href="https://github.com/rust-itertools/itertools/commit/a447b6896043facbd234bd57213cfae58244d46d"><code>a447b68</code></a> doc for added trait</li> <li><a href="https://github.com/rust-itertools/itertools/commit/d0479b080781cf92a035cf2e33aee04079062b3e"><code>d0479b0</code></a> "nitpicks"</li> <li><a href="https://github.com/rust-itertools/itertools/commit/35c78ce0bc36fbe41df2f5833827b166896e1f50"><code>35c78ce</code></a> IndexMut -> BorrowMut<slice></li> <li><a href="https://github.com/rust-itertools/itertools/commit/deb53ba21065e6adbcfdd8af120f939733cc52c6"><code>deb53ba</code></a> refactored to share code</li> <li>Additional commits viewable in <a href="https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> Updates `rstest` from 0.23.0 to 0.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/la10736/rstest/releases">rstest's releases</a>.</em></p> <blockquote> <h2>0.24.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: use <code>core</code> instead of <code>std</code> by <a href="https://github.com/rnbguy"><code>@rnbguy</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/283">la10736/rstest#283</a></li> <li>Fix msrv and complete no_std support by <a href="https://github.com/la10736"><code>@la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/285">la10736/rstest#285</a></li> <li>replace futures with futures-util by <a href="https://github.com/mati865"><code>@mati865</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/288">la10736/rstest#288</a></li> <li>Introduce Context by <a href="https://github.com/la10736"><code>@la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/289">la10736/rstest#289</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rnbguy"><code>@rnbguy</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/283">la10736/rstest#283</a></li> <li><a href="https://github.com/mati865"><code>@mati865</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/288">la10736/rstest#288</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/la10736/rstest/compare/v0.23.0...v0.24.0">https://github.com/la10736/rstest/compare/v0.23.0...v0.24.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's changelog</a>.</em></p> <blockquote> <h2>[0.24.0] 2025/1/1</h2> <h3>Changed</h3> <ul> <li>MSRV to 1.70.0 (see <a href="https://redirect.github.com/la10736/rstest/issues/284">#284</a> thanks to <a href="https://github.com/rnbguy"><code>@rnbguy</code></a>)</li> </ul> <h3>Add</h3> <ul> <li><code>#![no_std]</code> support: now you can use <code>rstest</code> also in <code>no_std</code> lib (see <a href="https://redirect.github.com/la10736/rstest/issues/282">#282</a> thanks to <a href="https://github.com/rnbguy"><code>@rnbguy</code></a>)</li> <li><code>#[context]</code> to have test function name and other useful thighs on the tip of your fingers (see <a href="https://redirect.github.com/la10736/rstest/issues/177">#177</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/la10736/rstest/commit/d57af90f16718d223a29cdf71b5f8950139fd50c"><code>d57af90</code></a> Prepare release</li> <li><a href="https://github.com/la10736/rstest/commit/dfc4ff0e4262d85b3c148625154904510404dbfe"><code>dfc4ff0</code></a> Make clippy happy</li> <li><a href="https://github.com/la10736/rstest/commit/01140c13a18562cc25a96ba947a5dfdff077ce01"><code>01140c1</code></a> Docs and changelog</li> <li><a href="https://github.com/la10736/rstest/commit/4a9763f2fecbea87e99c4b5d3278f7a1fd9309f1"><code>4a9763f</code></a> 1. Test also matrix case</li> <li><a href="https://github.com/la10736/rstest/commit/d77d7c6a487d334f55636d632f97cc001cd2dd92"><code>d77d7c6</code></a> Base implementation</li> <li><a href="https://github.com/la10736/rstest/commit/7792a9b7bc2b5b68999cb5a98a23a37c2907d1ed"><code>7792a9b</code></a> Add the ability to run CI test on demand</li> <li><a href="https://github.com/la10736/rstest/commit/11869b587c0ea6072b486cbab8b7ae3fd8d325e1"><code>11869b5</code></a> Don't add channel if the env is not provided explicitly.</li> <li><a href="https://github.com/la10736/rstest/commit/9a78bfb78f5decbb47f6bcee937a2be2321eb771"><code>9a78bfb</code></a> replace futures with futures-util</li> <li><a href="https://github.com/la10736/rstest/commit/88f9c2ef6f0127e967cc65e4bba7b708c393ffe6"><code>88f9c2e</code></a> <a href="https://redirect.github.com/la10736/rstest/issues/282">#282</a> : add e2e test, cover also the once fixture case and add cheange log lines</li> <li><a href="https://github.com/la10736/rstest/commit/cb5db35f26116284f00f8ef6ff301a8862d7fca6"><code>cb5db35</code></a> Close <a href="https://redirect.github.com/la10736/rstest/issues/284">#284</a> and add a test to check msrv on rendered code.</li> <li>Additional commits viewable in <a href="https://github.com/la10736/rstest/compare/v0.23.0...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `insta` from 1.41.1 to 1.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/releases">insta's releases</a>.</em></p> <blockquote> <h2>1.42.0</h2> <h2>Release Notes</h2> <ul> <li>Text snapshots no longer contain <code>snapshot_type: text</code> in their metadata. For context, we originally added this in the prior release (1.41.0) to support binary snapshots, but some folks disliked the diff noise on any snapshot changes, and the maintainers' weighted votes favored reverting. I apologize that this will cause some additional churn for those who used <code>cargo test --force-update-snapshots</code> to update their snapshots to the 1.41 format; running this again with 1.42 will remove those metadata entries. To confirm: this doesn't affect whether snapshot tests pass or fail — the worst impact is some additional diffs in metadata. <a href="https://redirect.github.com/mitsuhiko/insta/issues/690">#690</a></li> <li>Pending snapshots are no longer removed throughout the workspace by <code>cargo-insta</code> before running tests. Instead, running a test will overwrite or remove its own pending snapshot. To remove all pending snapshots, use <code>cargo insta reject</code> or run tests with <code>--unreferenced=delete</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/651">#651</a></li> <li><code>insta::internals::SettingsBindDropGuard</code> (returned from <code>Settings::bind_to_scope</code>) no longer implements <code>Send</code>. This was incorrect and any tests relying on this behavior where not working properly. Fixes <a href="https://redirect.github.com/mitsuhiko/insta/issues/694">#694</a> in <a href="https://redirect.github.com/mitsuhiko/insta/issues/695">#695</a> by <a href="https://github.com/jalil-salame"><code>@jalil-salame</code></a></li> </ul> <h2>Install cargo-insta 1.42.0</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-installer.ps1 | iex" </code></pre> <h2>Download cargo-insta 1.42.0</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's changelog</a>.</em></p> <blockquote> <h2>1.42.0</h2> <ul> <li>Text snapshots no longer contain <code>snapshot_type: text</code> in their metadata. For context, we originally added this in the prior release (1.41.0) to support binary snapshots, but some folks disliked the diff noise on any snapshot changes, and the maintainers' weighted votes favored reverting. I apologize that this will cause some additional churn for those who used <code>cargo test --force-update-snapshots</code> to update their snapshots to the 1.41 format; running this again with 1.42 will remove those metadata entries. To confirm: this doesn't affect whether snapshot tests pass or fail — the worst impact is some additional diffs in metadata. <a href="https://redirect.github.com/mitsuhiko/insta/issues/690">#690</a></li> <li>Pending snapshots are no longer removed throughout the workspace by <code>cargo-insta</code> before running tests. Instead, running a test will overwrite or remove its own pending snapshot. To remove all pending snapshots, use <code>cargo insta reject</code> or run tests with <code>--unreferenced=delete</code>. <a href="https://redirect.github.com/mitsuhiko/insta/issues/651">#651</a></li> <li><code>insta::internals::SettingsBindDropGuard</code> (returned from <code>Settings::bind_to_scope</code>) no longer implements <code>Send</code>. This was incorrect and any tests relying on this behavior where not working properly. Fixes <a href="https://redirect.github.com/mitsuhiko/insta/issues/694">#694</a> in <a href="https://redirect.github.com/mitsuhiko/insta/issues/695">#695</a> by <a href="https://github.com/jalil-salame"><code>@jalil-salame</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta/commit/c20f566d29d6ca1b1b5a852066b0d5ef5ab36ce5"><code>c20f566</code></a> Bump version to 1.42.0 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/703">#703</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/aca7fe4d040b412686e6952d834576a16417bd90"><code>aca7fe4</code></a> Update changelog for 1.42; add <code>snapshot_kind</code> explanation (<a href="https://redirect.github.com/mitsuhiko/insta/issues/702">#702</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/3f1e9a1e26a78808e17afb85d9f034a226e9b470"><code>3f1e9a1</code></a> Fix clippy error & run <code>--all-features</code> in CI (<a href="https://redirect.github.com/mitsuhiko/insta/issues/701">#701</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/f750c5b62ba61459758a930ea9bd00affba8bd09"><code>f750c5b</code></a> Update <code>dist</code> config (<a href="https://redirect.github.com/mitsuhiko/insta/issues/700">#700</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/60638c2902886498a6dc28f3b4ca8ca7d93a9947"><code>60638c2</code></a> Defer to <code>cargo metadata</code> to evaluate the workspace root (<a href="https://redirect.github.com/mitsuhiko/insta/issues/660">#660</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/1d9ddeaf3b8fda5e0c3417072b23b59e9d976603"><code>1d9ddea</code></a> Don't clear unrelated pending snapshots (<a href="https://redirect.github.com/mitsuhiko/insta/issues/651">#651</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/966746a1f800fe3d07fc8ae8645b159a242ce398"><code>966746a</code></a> Replace <code>lazy_static</code> with <code>once_cell</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/698">#698</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/0caaaca2cbe8f17fafab30c402b5475358fe5f67"><code>0caaaca</code></a> fix(settings): mark drop guard as !Send (<a href="https://redirect.github.com/mitsuhiko/insta/issues/695">#695</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/02837742793bd797c94b05c5415fd3e558978683"><code>0283774</code></a> Don't add <code>snapshot_kind: text</code> to snapshots (<a href="https://redirect.github.com/mitsuhiko/insta/issues/690">#690</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/f2783e5339eb22bb87086154de2f870cc69fd74a"><code>f2783e5</code></a> Fix warning, make them errors in CI (<a href="https://redirect.github.com/mitsuhiko/insta/issues/693">#693</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.41.1...1.42.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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 2 comments.