From 2bbc5bcb3424bac3b91e6cd43fd28351f21edf7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:14:45 +0000 Subject: [PATCH] chore(deps): update ndarray requirement from 0.15 to 0.17 in /My_server Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/ndarray-rand-0.15.0...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- My_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/My_server/Cargo.toml b/My_server/Cargo.toml index fb9d442..65a1a41 100644 --- a/My_server/Cargo.toml +++ b/My_server/Cargo.toml @@ -164,7 +164,7 @@ once_cell = "1" lazy_static = "1" # AI/ML -ndarray = "0.15" +ndarray = "0.17" # 压缩 flate2 = "1"