From d1e1f825a1eb47402b75ea387f90e2a1a38c57bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:07:57 +0000 Subject: [PATCH] Update nalgebra requirement from 0.29 to 0.32 Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/compare/v0.29.0...v0.32.3) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/simulations/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/simulations/Cargo.toml b/crates/simulations/Cargo.toml index cc6721d..a9c83d6 100644 --- a/crates/simulations/Cargo.toml +++ b/crates/simulations/Cargo.toml @@ -31,7 +31,7 @@ dunce = "1.0.4" # Statistics statrs = "0.16" -nalgebra = { version = "0.29", features = ["rand", "serde-serialize"] } +nalgebra = { version = "0.32", features = ["rand", "serde-serialize"] } primes = "0.3.0" argmin = "0.8.1" ordered-float = "3.9.1"