From 38df4982445d61671b9a6cd8ff41edb1fd2ad90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:05:17 +0000 Subject: [PATCH] Update nalgebra requirement from 0.27.1 to 0.31.1 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.31.1) --- 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..d2e45e4 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.31.1" nsi = "0.6.0" ply-rs = "0.1.3" rstar = "0.9.0"