From ed601852dfe4a12a96c65f48eb17b7bfad114694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:19:47 +0000 Subject: [PATCH] :arrow_up: Update ndarray requirement from 0.15 to 0.16 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.16.1) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/ltp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ltp/Cargo.toml b/rust/ltp/Cargo.toml index e6091ef3..c9eb0d68 100644 --- a/rust/ltp/Cargo.toml +++ b/rust/ltp/Cargo.toml @@ -68,5 +68,5 @@ serialization = ["serde", "serde_json", "apache-avro"] [dev-dependencies] clap = { version = "4", features = ["derive"] } -ndarray = "0.15" +ndarray = "0.16" ndarray-npy = { version = "0.8", features = ["npz"] }