From 4e94feb8726984b660215d873d6c125be69d2031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 13:14:14 -0400 Subject: [PATCH] Update nalgebra requirement from 0.23.0 to 0.31.0 (#128) 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.23.0...v0.31.0) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 925d4ba..2978238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ datasets = [] [dependencies] ndarray = { version = "0.15", optional = true } -nalgebra = { version = "0.26", optional = true } +nalgebra = { version = "0.31", optional = true } num-traits = "0.2" num = "0.4" rand = "0.8"