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 pathfinding from 4.11.0 to 4.12.0 #131

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pathfinding from 4.11.0 to 4.12.0.

Release notes

Sourced from pathfinding's releases.

v4.12.0

  • 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
Changelog

Sourced from pathfinding's changelog.

v4.12.0 / 2024-12-10

  • 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
Commits
  • 182864d chore: Release pathfinding version 4.12.0
  • 6b52096 chore(changelog): prepare for next release
  • 9ff3988 fix(doc): reference count_paths from top-level documentation
  • 045eaf3 fix(tests): remove test_ prefix in tests
  • 1628bd2 chore(Cargo): update fake regex dependency message
  • a791525 fix(deps): update rust crate thiserror to v2
  • fe7bbf4 fix: use proper pattern binding
  • e233353 fix(deps): update codspeed-criterion-compat to get rid of advisory
  • 94b14d6 fix(tests): new test for utils module
  • 15a93c1 fix(ui): adapt UI tests to Rust 1.84
  • 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 [pathfinding](https://github.com/evenfurther/pathfinding) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/evenfurther/pathfinding/releases)
- [Changelog](https://github.com/evenfurther/pathfinding/blob/main/CHANGELOG.md)
- [Commits](evenfurther/pathfinding@v4.11.0...v4.12.0)

---
updated-dependencies:
- dependency-name: pathfinding
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
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.

0 participants