Skip to content

Commit

Permalink
Update pathfinding requirement from 3.0.14 to 4.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pathfinding](https://github.com/samueltardieu/pathfinding) to permit the latest version.
- [Release notes](https://github.com/samueltardieu/pathfinding/releases)
- [Changelog](https://github.com/samueltardieu/pathfinding/blob/main/CHANGELOG.md)
- [Commits](evenfurther/pathfinding@v3.0.14...v4.3.0)

---
updated-dependencies:
- dependency-name: pathfinding
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2023
1 parent 58c3272 commit 21d70f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph-diversity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lightning-simulator = {path = "../simulator"}
network-parser = {path = "../network-parser"}
log = "0.4"
env_logger = "0.7"
pathfinding = "3.0.14"
pathfinding = "4.3.0"
clap = { version = "4.0.22", features = ["derive"]}
itertools = "0.10.5"
serde = {version = "1.0", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4"
env_logger = "0.7"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
pathfinding = "3.0.14"
pathfinding = "4.3.0"
clap = { version = "4.0.22", features = ["derive"]}
lazy_static = "1.4.0"
rand = { version = "0.8.5", features = ["small_rng", "alloc"]}
Expand Down

0 comments on commit 21d70f7

Please sign in to comment.