From 1785f6ba2fb2df417e474d7f2695827181101f78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:34:09 +0000 Subject: [PATCH] chore(deps): update rust crate movingai to 1.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1df0e2c..3bb1ed4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ deprecate-until = "0.1.1" codspeed-criterion-compat = "1.1.0" itertools = "0.12.1" lazy_static = "1.4.0" -movingai = "1.3.0" +movingai = "1.3.1" noisy_float = "0.2.0" rand = "0.8.5" rand_xorshift = "0.3.0"