From 2d0889edf8bf2868ae688a78640c55955c84ac49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:56:36 +0000 Subject: [PATCH] fix(deps): update rust crate numpy to 0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79ae759..4e59a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ boomphf = "0.6" byteorder = "1" rayon = "1" ndarray = "0.15" -numpy = "0.21" +numpy = "0.29" serde_with = "3" rand = "0.8" rand_chacha = "0.3"