From 12c93e2fe05856139af3cdececef07afbb27d3eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:45:45 +0000 Subject: [PATCH] chore(deps): update rust crate movingai to v3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 535a6c78..d04ccae4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,9 +463,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "movingai" -version = "2.2.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace6d9d1cb5e6d477d6d76dc77ae2cae3d2f5245627311cf0f99d9efa91089b8" +checksum = "fdccdfcd0799f33ccc16d583684c565903d2a3d5ddffe842cfbdc38fd021dbf7" dependencies = [ "arrayvec", ] diff --git a/Cargo.toml b/Cargo.toml index af7e0923..646a3dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ deprecate-until = "1.0.0" criterion = "0.8" iai-callgrind = "0.16.1" itertools = "0.15.0" -movingai = "2.1.0" +movingai = "3.0.0" noisy_float = "0.2.0" rand = "0.10.0" rand_xorshift = "0.5.0"