Skip to content

Commit

Permalink
Merge pull request #1 from cndolo/dependabot/cargo/pathfinding-4.3.0
Browse files Browse the repository at this point in the history
Update pathfinding requirement from 3.0.14 to 4.3.0
  • Loading branch information
cndolo committed Jun 29, 2023
2 parents c9ad94e + 0883ccc commit 63b640d
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 63b640d

Please sign in to comment.