cargo extension for visualize dependencies
Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/petgraph/petgraph/releases">petgraph's releases</a>.</em></p> <blockquote> <h2>petgraph-v0.8.1</h2> <p>This patch release re-adds a missing <code>VisitMap</code> implementation that was dropped in the <code>0.8.0</code> release, improves error messaging in panicking functions, and adds capacity management methods to <code>UnionFind</code>.</p> <h3>Bug Fixes</h3> <ul> <li>Bring back <code>VisitMap</code> impl for std <code>HashSet</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/764">#764</a>)</li> </ul> <h3>New Features</h3> <ul> <li>Add <code>UnionFind</code> capacity management methods (<a href="https://redirect.github.com/petgraph/petgraph/pull/736">#736</a>)</li> <li>add <code>#[track_caller]</code> to functions that panic (<a href="https://redirect.github.com/petgraph/petgraph/pull/748">#748</a>)</li> </ul> <h3>Contributors</h3> <ul> <li> <p><a href="https://github.com/starovoid"><code>@starovoid</code></a></p> </li> <li> <p><a href="https://github.com/marcospb19"><code>@marcospb19</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md">petgraph's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/petgraph/petgraph/compare/[email protected]@v0.8.1">0.8.1</a> - 2025-04-07</h2> <p>This patch release re-adds a missing <code>VisitMap</code> implementation that was dropped in the <code>0.8.0</code> release, improves error messaging in panicking functions, and adds capacity management methods to <code>UnionFind</code>.</p> <h3>Bug Fixes</h3> <ul> <li>Bring back <code>VisitMap</code> impl for std <code>HashSet</code> (<a href="https://redirect.github.com/petgraph/petgraph/pull/764">#764</a>)</li> </ul> <h3>New Features</h3> <ul> <li>Add <code>UnionFind</code> capacity management methods (<a href="https://redirect.github.com/petgraph/petgraph/pull/736">#736</a>)</li> <li>add <code>#[track_caller]</code> to functions that panic (<a href="https://redirect.github.com/petgraph/petgraph/pull/748">#748</a>)</li> </ul> <h2><a href="https://github.com/petgraph/petgraph/releases/tag/[email protected]">0.8.0</a> - 2025-04-05</h2> <h3>Breaking changes</h3> <ul> <li>Add <code>no_std</code> Support (<a href="https://redirect.github.com/petgraph/petgraph/issues/747">#747</a>)</li> <li>Add <code>VisitMap::unvisit</code> as proposed in <a href="https://redirect.github.com/petgraph/petgraph/issues/610">#610</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/611">#611</a>)</li> <li>Add support for specifying rankdir on dot plots. (<a href="https://redirect.github.com/petgraph/petgraph/issues/728">#728</a>)</li> <li>Make <code>dot::Config</code> non_exhaustive (<a href="https://redirect.github.com/petgraph/petgraph/issues/756">#756</a>)</li> <li>Add <code>from_f32/64</code> methods for <code>Float</code>, <code>Unit</code>, and <code>Bounded</code> measures (<a href="https://redirect.github.com/petgraph/petgraph/issues/733">#733</a>)</li> </ul> <h3>New algorithms</h3> <ul> <li>Add articulation points implementation (<a href="https://redirect.github.com/petgraph/petgraph/issues/681">#681</a>)</li> <li>Add Prim's Algorithm for Minimum Spanning Tree (<a href="https://redirect.github.com/petgraph/petgraph/issues/625">#625</a>)</li> <li>Add Kou's algorithm for finding a MST (<a href="https://redirect.github.com/petgraph/petgraph/issues/682">#682</a>)</li> <li>Add Bron-Kerbosch algorithm for maximal cliques (<a href="https://redirect.github.com/petgraph/petgraph/issues/662">#662</a>)</li> <li>Add Shortest Path Faster Algorithm Implementation (<a href="https://redirect.github.com/petgraph/petgraph/issues/686">#686</a>)</li> </ul> <h3>New features</h3> <ul> <li>Add <code>UnionFind::new_set</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/684">#684</a>)</li> <li>Implement <code>Csr::try_add_edge</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/719">#719</a>)</li> <li>Add checked <code>UnionFind</code> methods (<a href="https://redirect.github.com/petgraph/petgraph/issues/730">#730</a>)</li> <li>Add <code>MatrixGraph</code> methods with recoverable errors (<a href="https://redirect.github.com/petgraph/petgraph/issues/720">#720</a>)</li> <li>Add methods with recoverable errors for <code>Graph</code> and <code>StableGraph</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/718">#718</a>)</li> </ul> <h3>CI & fixes</h3> <ul> <li>Fix all clippy lints and check them on CI (<a href="https://redirect.github.com/petgraph/petgraph/issues/726">#726</a>)</li> <li>Pin once_cell version for MSRV builds (<a href="https://redirect.github.com/petgraph/petgraph/issues/750">#750</a>)</li> <li>Require conventional commits tag in PR titles (<a href="https://redirect.github.com/petgraph/petgraph/issues/734">#734</a>)</li> <li>Fix wrong trigger for pr-title check (<a href="https://redirect.github.com/petgraph/petgraph/issues/751">#751</a>)</li> <li>Solve clippy warnings (<a href="https://redirect.github.com/petgraph/petgraph/issues/749">#749</a>)</li> <li>Fix github token in pr-title action (<a href="https://redirect.github.com/petgraph/petgraph/issues/752">#752</a>)</li> <li>Add new triggers for semver-checks (<a href="https://redirect.github.com/petgraph/petgraph/issues/754">#754</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/petgraph/petgraph/commit/305a5b216cc152f101b96a0352efc4236cd6e696"><code>305a5b2</code></a> chore: release v0.8.1 (<a href="https://redirect.github.com/petgraph/petgraph/issues/762">#762</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/8ca4ab22a1e5baca4295e8511c4e40cf4ed410cf"><code>8ca4ab2</code></a> fix: Bring back <code>VisitMap</code> impl for std <code>HashSet</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/764">#764</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/4d30c42df3b8656a45a29f0f6a8e261290b2bbe4"><code>4d30c42</code></a> ci: Disable semver-checks lints with false positives (<a href="https://redirect.github.com/petgraph/petgraph/issues/765">#765</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/ba115d83f3ea0361dacf5ec163bcafd7534478da"><code>ba115d8</code></a> feat: add <code>#[track_caller]</code> to functions that panic (<a href="https://redirect.github.com/petgraph/petgraph/issues/748">#748</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/c69b94a410221ae867896ac6f625a45391d32ac5"><code>c69b94a</code></a> feat: Add <code>UnionFind</code> capacity management methods (<a href="https://redirect.github.com/petgraph/petgraph/issues/736">#736</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/2678994bf2920bb9c84c27ccfd7805832ab7b683"><code>2678994</code></a> ci: Enable automatic CHANGELOG generation (<a href="https://redirect.github.com/petgraph/petgraph/issues/761">#761</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/5f5791c96ed39cbdb87943dc8179342b1d8fca06"><code>5f5791c</code></a> feat!: Release <code>0.8.0</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/753">#753</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/1f611f8bbca9989364dc842201e92dd87171444b"><code>1f611f8</code></a> ci: Use <code>release-plz</code> for automated changelog generation and publication (<a href="https://redirect.github.com/petgraph/petgraph/issues/735">#735</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/3145fa87fa398fd49cef44b2429d93a4fd2160bc"><code>3145fa8</code></a> fix!: Correct typing for steiner_tree (<a href="https://redirect.github.com/petgraph/petgraph/issues/759">#759</a>)</li> <li><a href="https://github.com/petgraph/petgraph/commit/0038703a1d22de7bcf4501dc826014af4e60a2b8"><code>0038703</code></a> docs: Add some missed features into crate-lvl doc (<a href="https://redirect.github.com/petgraph/petgraph/issues/758">#758</a>)</li> <li>Additional commits viewable in <a href="https://github.com/petgraph/petgraph/compare/[email protected]@v0.8.1">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.