diff --git a/Cargo.lock b/Cargo.lock index b8f886b..041dea6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pathfinding" -version = "4.8.1" +version = "4.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b425bfb8934d227558811f4b8c94d6fe64c9069c1387deed0f586bc418271b2" +checksum = "35df0d074a99be583b76dc771329be9f7be45ebae444d601285dc7a094c2ac0a" dependencies = [ "deprecate-until", "fixedbitset", diff --git a/Cargo.toml b/Cargo.toml index 674dbb7..99ab28f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.4", features = ["derive"] } color-eyre = "0.6.2" csv = "1.3.0" eyre = "0.6.11" -pathfinding = "4.8.1" +pathfinding = "4.8.2" rand = "0.8.5" serde = { version = "1.0.195", features = ["derive"] } sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "mysql", "macros", "any"] }