From 86248449446e04cba7b9bde4b7bacb5e9849887b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:26:35 +0000 Subject: [PATCH] Update ndarray requirement in /r-harmonium/src/rust 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/0.15.6...0.16.1) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- r-harmonium/src/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r-harmonium/src/rust/Cargo.toml b/r-harmonium/src/rust/Cargo.toml index 8691060..ca1ab58 100644 --- a/r-harmonium/src/rust/Cargo.toml +++ b/r-harmonium/src/rust/Cargo.toml @@ -30,7 +30,7 @@ harmonium-window = { git = "https://github.com/daniellga/harmonium.git" } rubato = "0.15.0" rustfft = "6.2" realfft = "3.3" -ndarray = "0.15.6" +ndarray = "0.16.1" num-complex = "0.4" savvy = { version = "0.6.5", features = ["complex"] }