Skip to content

Commit

Permalink
build(deps): bump pathfinding from 4.12.0 to 4.13.0
Browse files Browse the repository at this point in the history
Bumps [pathfinding](https://github.com/evenfurther/pathfinding) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/evenfurther/pathfinding/releases)
- [Changelog](https://github.com/evenfurther/pathfinding/blob/main/CHANGELOG.md)
- [Commits](evenfurther/pathfinding@v4.12.0...v4.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 0ce3aec commit b702989
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ derive_more = { version = "1", features = ["full"] }
itertools = { version = "0.13" }
num = { version = "0.4" }
num-integer = { version = "0.1" }
pathfinding = { version = "4.4" }
pathfinding = { version = "4.13" }
petgraph = { version = "0.6" }
rayon = { version = "1.8" }
rustc-hash = { version = "2.0" }
Expand Down
2 changes: 1 addition & 1 deletion aoc2024/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ arrayvec = { version = "0.7" }
derive_more = { version = "1", features = ["full"] }
itertools = { version = "0.13" }
nalgebra = { version = "0.33" }
pathfinding = { version = "4.4" }
pathfinding = { version = "4.13" }
rayon = { version = "1.8" }
rustc-hash = { version = "2.0" }
smallvec = { version = "1.11" }
Expand Down

0 comments on commit b702989

Please sign in to comment.