From 92800ee201ce7a27253c6861cad1a214d37711d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 07:34:58 +0000 Subject: [PATCH] build(deps): update statrs requirement from 0.17 to 0.18 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.0...v0.18.0) --- updated-dependencies: - dependency-name: statrs dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/corp-finance-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/corp-finance-core/Cargo.toml b/crates/corp-finance-core/Cargo.toml index 1215f958..561ec276 100644 --- a/crates/corp-finance-core/Cargo.toml +++ b/crates/corp-finance-core/Cargo.toml @@ -91,7 +91,7 @@ serde_json = "1" thiserror = "2" chrono = { version = "0.4", features = ["serde"] } rand = { version = "0.8", optional = true } -statrs = { version = "0.17", optional = true } +statrs = { version = "0.18", optional = true } [dev-dependencies] pretty_assertions = "1"