From 2ff18f008a147fde32490009d5da9fba872c1387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:35:49 +0000 Subject: [PATCH] chore(deps): 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.17.1) --- 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 7a31e75..1bb8d78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ num-traits = "0.2.19" rand = "0.8.5" roots = "0.0.8" serde = { version = "1.0.166", features = ["derive"] } -statrs = "0.17.1" +statrs = "0.18.0" serde_json = "1.0.128" serde-wasm-bindgen = "0.6.0" thiserror = "2.0.3"