From b702989445562f334e447dd7584e339a4c27518f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:33:37 +0000 Subject: [PATCH] build(deps): bump pathfinding from 4.12.0 to 4.13.0 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](https://github.com/evenfurther/pathfinding/compare/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] --- Cargo.lock | 4 ++-- aoc2023/Cargo.toml | 2 +- aoc2024/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0f6b8c..ec12244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,9 +553,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathfinding" -version = "4.12.0" +version = "4.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0699ae2f1524f028d52ff9de21e06c000118731572ef9c2da81c4b6d573f9b79" +checksum = "301ad6aa19104eeb9af172b3d6a4ab8a5ea26234890baf2fcb1cbbc3f05f674b" dependencies = [ "deprecate-until", "indexmap", diff --git a/aoc2023/Cargo.toml b/aoc2023/Cargo.toml index 494f9a2..9555ba8 100644 --- a/aoc2023/Cargo.toml +++ b/aoc2023/Cargo.toml @@ -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" } diff --git a/aoc2024/Cargo.toml b/aoc2024/Cargo.toml index 69eab7a..c75a284 100644 --- a/aoc2024/Cargo.toml +++ b/aoc2024/Cargo.toml @@ -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" }