Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump petgraph from 0.6.5 to 0.6.6 #2587

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps petgraph from 0.6.5 to 0.6.6.

Changelog

Sourced from petgraph's changelog.

Version 0.6.6 (2024-12-31)

  • Add graph6 format encoder and decoder ([#658](https://github.com/petgraph/petgraph/issues/658)_)
  • Dynamic Topological Sort algorithm support ([#675](https://github.com/petgraph/petgraph/issues/675)_)
  • Add UndirectedAdaptor ([#695](https://github.com/petgraph/petgraph/issues/695)_)
  • Add LowerHex and UpperHex implementations for Dot ([#687](https://github.com/petgraph/petgraph/issues/687)_)
  • Make serde support more complete ([#550](https://github.com/petgraph/petgraph/issues/550)_)
  • Process multiple edges in the Floyd-Warshall implementation ([#685](https://github.com/petgraph/petgraph/issues/685)_)
  • Update fixedbitset to 0.5.7 ([#664](https://github.com/petgraph/petgraph/issues/664)_)
  • Fix immediately_dominated_by function called on root of graph returns root itself ([#670](https://github.com/petgraph/petgraph/issues/670)_)
  • Fix adjacency matrix for Csr and List ([#648](https://github.com/petgraph/petgraph/issues/648)_)
  • Fix clippy warnings ([#701](https://github.com/petgraph/petgraph/issues/701)_)
  • Add performance note to the all_simple_paths function documentation ([#693](https://github.com/petgraph/petgraph/issues/693)_)

.. _[#658](https://github.com/petgraph/petgraph/issues/658): petgraph/petgraph#658 .. _[#675](https://github.com/petgraph/petgraph/issues/675): petgraph/petgraph#675 .. _[#695](https://github.com/petgraph/petgraph/issues/695): petgraph/petgraph#695 .. _[#687](https://github.com/petgraph/petgraph/issues/687): petgraph/petgraph#687 .. _[#550](https://github.com/petgraph/petgraph/issues/550): petgraph/petgraph#550 .. _[#685](https://github.com/petgraph/petgraph/issues/685): petgraph/petgraph#685 .. _[#664](https://github.com/petgraph/petgraph/issues/664): petgraph/petgraph#664 .. _[#670](https://github.com/petgraph/petgraph/issues/670): petgraph/petgraph#670 .. _[#648](https://github.com/petgraph/petgraph/issues/648): petgraph/petgraph#648 .. _[#701](https://github.com/petgraph/petgraph/issues/701): petgraph/petgraph#701 .. _[#693](https://github.com/petgraph/petgraph/issues/693): petgraph/petgraph#693

Commits
  • 13ebd7d Release 0.6.6 (#706)
  • 159341e Implement DSatur graph coloring algorithm
  • 7fa3aac fix: adjacency matrix for csr and adjacency list (#648)
  • 9fda6bb Update gitignore with possible editor extensions to ensure they do not occur ...
  • 9b5837e Allow clippy::needless_range_loop in benches
  • ad9f83c Process warnings in 'test' target
  • 4f0ddc7 Satisfy Clippy in docs lints
  • 9c5c450 Satisfy Clippy in everything except docs
  • e6401e7 Elide the lifetimes
  • 5c9f9cc Solve dead code warnings
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.5 to 0.6.6.
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.6)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 30, 2024
@github-actions github-actions bot enabled auto-merge (squash) December 30, 2024 17:46
@github-actions github-actions bot merged commit ebbc15b into main Dec 30, 2024
29 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/petgraph-0.6.6 branch December 30, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants