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 pathfinding to v4.13.0 #106

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Type Update Change
pathfinding (source) dependencies minor 4.11.0 -> 4.13.0

Release Notes

evenfurther/pathfinding (pathfinding)

v4.13.0

Compare Source

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

  • feat: implement Bron-Kerbosch algorithm, thanks to @​gzsombor
  • fix(style): use unwrap_or_else when appropriate
  • fix(style): use Self instead of the type name
  • fix(style): make some functions const

v4.12.0

Compare Source

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

  • fix(doc): reference count_paths from top-level documentation
  • fix(tests): remove test_ prefix in tests
  • chore(Cargo): update fake regex dependency message
  • fix(deps): update rust crate thiserror to v2
  • fix: use proper pattern binding
  • fix(deps): update codspeed-criterion-compat to get rid of advisory
  • fix(tests): new test for utils module
  • fix(ui): adapt UI tests to Rust 1.84
  • chore(gitignore): ignore cargo mutants output
  • fix(tests): gen will be a keyword in Rust 2024
  • fix(kruskal): accept owned data into the method
  • fix: remove or move allow attributes
  • style(matrix): remove unneeded bounds on DoubleEndedIterator impl
  • style: replace let _ = by _ =
  • docs: remove empty lines in comments
  • Add test for Yen's algorithm
  • Add precision on development process
  • feat(tests): test Edmonds-Karp failure in sparse mode
  • feat(dfs): use a non-recursive version
  • fix(benches): reinstate regular benches for DFS
  • fix!(dfs): never visit the same node twice
  • feat(benches): add restricted DFS benchmarks
  • style: use Iterator::inspect() when the value does not change
  • chore(deps): update rust crate codspeed-criterion-compat to v2
  • fix!(msrv): update MSRV to 1.77.2
  • Generic variant of connected_components
  • fix(doc): refer to usize::MAX instead of std::usize::MAX
  • chore(Cargo.toml): allow clippy::too_long_first_doc_paragraph

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot enabled auto-merge December 10, 2024 23:27
@renovate renovate bot force-pushed the renovate/pathfinding-4.x-lockfile branch from 2b25dcd to ef8b623 Compare December 29, 2024 23:19
@renovate renovate bot changed the title fix(deps): update rust crate pathfinding to v4.12.0 fix(deps): update rust crate pathfinding to v4.13.0 Dec 29, 2024
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.

0 participants