From 13020728570acad0b85f2521e1ba3ef49d5e8d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 05:57:25 +0000 Subject: [PATCH] Update nalgebra requirement from 0.27.1 to 0.32.2 Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Release notes](https://github.com/dimforge/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/compare/v0.27.1...v0.32.2) --- updated-dependencies: - dependency-name: nalgebra 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 7cbf0ce..d89e0d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "2.33.3", features = ["yaml", "color"] } error-chain = "0.12.4" if_chain = "1.0.1" indicatif = "0.16.2" -nalgebra = "0.27.1" +nalgebra = "0.32.2" nsi = "0.6.0" ply-rs = "0.1.3" rstar = "0.9.0"