From 1d1730c191e7265c0c3dba0b77e40d2d898879ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:21:56 +0000 Subject: [PATCH] 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] --- metrics-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 0706ae1e..e9bce605 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -67,7 +67,7 @@ rand_distr = "0.4" getopts = "0.2" hdrhistogram = { version = "7.2", default-features = false } sketches-ddsketch = "0.3" -ndarray = "0.15" +ndarray = "0.16" ndarray-stats = "0.5" noisy_float = "0.2" ordered-float = "4.2"