From f77695ccb27851e882fdda7d8c75c34c2c8f5d3f Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Fri, 27 Sep 2024 13:43:06 +0200 Subject: [PATCH] chore: update deps --- stochastic-rs-quant/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stochastic-rs-quant/Cargo.toml b/stochastic-rs-quant/Cargo.toml index 6fbbcb0..de39862 100644 --- a/stochastic-rs-quant/Cargo.toml +++ b/stochastic-rs-quant/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" chrono = "0.4.38" derive_builder = "0.20.1" levenberg-marquardt = "0.14.0" +mathru = "0.15.4" mimalloc = { version = "0.1.43", optional = true } num-complex = "0.4.6" quadrature = "0.1.2"