From 7a5924e9d774dfcfd43ac56e1a4a76858570fef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:18:33 +0000 Subject: [PATCH] Update statrs requirement from 0.17.1 to 0.18.0 Updates the requirements on [statrs](https://github.com/statrs-dev/statrs) to permit the latest version. - [Release notes](https://github.com/statrs-dev/statrs/releases) - [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/statrs-dev/statrs/compare/v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: statrs 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 0079984..ac18c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ anyhow = "1.0.68" hashbrown = "0.15.0" ndarray = { version = "0.16.1", features = ["rayon"] } ndarray-rand = "0.15.0" -statrs = "0.17.1" +statrs = "0.18.0"