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

fix(deps): update rust crate petgraph to 0.7.1 #392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nextest-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
petgraph dependencies minor 0.6.5 -> 0.7.1

Release Notes

petgraph/petgraph (petgraph)

v0.7.1

Compare Source

==========================

  • Do not unnecessarily restrict indexmap version (#714_)
  • Export UndirectedAdaptor (#717_)

.. _#714: https://github.com/petgraph/petgraph/pull/714
.. _#717: https://github.com/petgraph/petgraph/pull/717

v0.7.0

Compare Source

==========================

  • Re-released version 0.6.6 with the correct version number, as it included a major update to an exposed crate (#664_).

v0.6.6

Compare Source

===================================

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

.. _#658: https://github.com/petgraph/petgraph/pull/658
.. _#675: https://github.com/petgraph/petgraph/pull/675
.. _#695: https://github.com/petgraph/petgraph/pull/695
.. _#687: https://github.com/petgraph/petgraph/pull/687
.. _#550: https://github.com/petgraph/petgraph/pull/550
.. _#685: https://github.com/petgraph/petgraph/pull/685
.. _#664: https://github.com/petgraph/petgraph/pull/664
.. _#670: https://github.com/petgraph/petgraph/pull/670
.. _#648: https://github.com/petgraph/petgraph/pull/648
.. _#701: https://github.com/petgraph/petgraph/pull/701
.. _#693: https://github.com/petgraph/petgraph/pull/693


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label Jan 24, 2025
@nextest-bot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path guppy/Cargo.toml --package [email protected] --precise 0.7.1
    Updating crates.io index
error: failed to select a version for the requirement `petgraph = "^0.6.5"`
candidate versions found which didn't match: 0.7.1
location searched: crates.io index
required by package `guppy-workspace-hack v0.1.0 (/tmp/renovate/repos/github/guppy-rs/guppy/workspace-hack)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tools/determinator/Cargo.toml --package [email protected] --precise 0.7.1
    Updating crates.io index
error: failed to select a version for the requirement `petgraph = "^0.6.5"`
candidate versions found which didn't match: 0.7.1
location searched: crates.io index
required by package `guppy-workspace-hack v0.1.0 (/tmp/renovate/repos/github/guppy-rs/guppy/workspace-hack)`

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant