Skip to content

fix(deps): update rust crate petgraph to 0.8#4823

Merged
jdx merged 1 commit intomainfrom
renovate/petgraph-0.x
Apr 11, 2025
Merged

fix(deps): update rust crate petgraph to 0.8#4823
jdx merged 1 commit intomainfrom
renovate/petgraph-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2025

This PR contains the following updates:

Package Type Update Change
petgraph dependencies minor 0.7 -> 0.8

Release Notes

petgraph/petgraph (petgraph)

v0.8.1

Compare Source

This patch release re-adds a missing VisitMap implementation that was dropped in the 0.8.0 release,
improves error messaging in panicking functions, and adds capacity management methods to UnionFind.

Bug Fixes
  • Bring back VisitMap impl for std HashSet (#​764)
New Features
  • Add UnionFind capacity management methods (#​736)
  • add #[track_caller] to functions that panic (#​748)

v0.8.0

Compare Source

Breaking changes
  • Add no_std Support (#​747)
  • Add VisitMap::unvisit as proposed in #​610 (#​611)
  • Add support for specifying rankdir on dot plots. (#​728)
  • Make dot::Config non_exhaustive (#​756)
  • Add from_f32/64 methods for Float, Unit, and Bounded measures (#​733)
New algorithms
  • Add articulation points implementation (#​681)
  • Add Prim's Algorithm for Minimum Spanning Tree (#​625)
  • Add Kou's algorithm for finding a MST (#​682)
  • Add Bron-Kerbosch algorithm for maximal cliques (#​662)
  • Add Shortest Path Faster Algorithm Implementation (#​686)
New features
  • Add UnionFind::new_set (#​684)
  • Implement Csr::try_add_edge (#​719)
  • Add checked UnionFind methods (#​730)
  • Add MatrixGraph methods with recoverable errors (#​720)
  • Add methods with recoverable errors for Graph and StableGraph (#​718)
CI & fixes
  • Fix all clippy lints and check them on CI (#​726)
  • Pin once_cell version for MSRV builds (#​750)
  • Require conventional commits tag in PR titles (#​734)
  • Fix wrong trigger for pr-title check (#​751)
  • Solve clippy warnings (#​749)
  • Fix github token in pr-title action (#​752)
  • Add new triggers for semver-checks (#​754)
Documentation
  • Add some missed features into crate-lvl doc (#​758)

Configuration

📅 Schedule: Branch creation - "before 4am on Friday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

@jdx jdx merged commit 1c9b9a8 into main Apr 11, 2025
18 checks passed
@jdx jdx deleted the renovate/petgraph-0.x branch April 11, 2025 11:27
jdx pushed a commit that referenced this pull request Apr 11, 2025
### 🚀 Features

- **(registry)** update aws-nuke backend by
[@StingRayZA](https://github.com/StingRayZA) in
[#4815](#4815)

### 🐛 Bug Fixes

- do not default to writing to mise.$MISE_ENV.toml by
[@jdx](https://github.com/jdx) in
[#4817](#4817)
- mise watch forward --exts and --filter to watchexec by
[@cmhms](https://github.com/cmhms) in
[#4826](#4826)

### 📚 Documentation

- Fixing typo in code for flags in toml-tasks.md by
[@arafays](https://github.com/arafays) in
[#4820](#4820)
- branding by [@jdx](https://github.com/jdx) in
[9ad2c17](9ad2c17)
- remove references to not-working docker: tasks by
[@jdx](https://github.com/jdx) in
[2c2fd27](2c2fd27)
- document some dependencies by [@jdx](https://github.com/jdx) in
[6e8bd51](6e8bd51)

### 📦️ Dependency Updates

- update dependency vitepress-plugin-tabs to ^0.7.0 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#4822](#4822)
- update rust crate petgraph to 0.8 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#4823](#4823)
- update rust crate strum to 0.27 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#4780](#4780)

### New Contributors

- @cmhms made their first contribution in
[#4826](#4826)
- @StingRayZA made their first contribution in
[#4815](#4815)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant