From 1dec3a1e5cd0486744a739d0e96ae141581f6993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:01:46 +0000 Subject: [PATCH] fix(deps): update rust crate pathfinding to 4.8.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }