From 4249489ac196a4f46369ba1d63e98178e86a0cbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 12:40:42 +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 63a25a46..01e20648 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 7c10d66f..0a52c6ed 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.14.0" -movingai = "2.1.0" +movingai = "3.0.0" noisy_float = "0.2.0" rand = "0.10.0" rand_xorshift = "0.5.0"