From c33526ba33372cb1063f69f46fa1b2bcf18f77ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:54:42 +0000 Subject: [PATCH] chore(deps): update ndarray-stats requirement from 0.5.1 to 0.6.0 Updates the requirements on [ndarray-stats](https://github.com/rust-ndarray/ndarray-stats) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray-stats/releases) - [Commits](https://github.com/rust-ndarray/ndarray-stats/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: ndarray-stats dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c90b7e7..8508ffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities", "science"] fxread = "0.2.12" clap = { version = "4.5.9", features = ["derive"] } anyhow = "1" -ndarray-stats = "0.5.1" +ndarray-stats = "0.6.0" ndarray = "0.15.6" spinoff = "0.8.0" memchr = "2.7.4"