From e36d19b723da24a4045e4922720ae4b55d67a44f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 17:45:25 +0000 Subject: [PATCH] Update nalgebra requirement from 0.25.0 to 0.26.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/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1181cf0f9..45ff7531c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ ctrlc = { version = "3.1.2", optional = true } instant = {version = "0.1", features = ["now"] } gnuplot = { version = "0.0.37", optional = true} paste = "1.0.0" -nalgebra = { version = "0.25.0", optional = true, features = ["serde-serialize"] } +nalgebra = { version = "0.26.1", optional = true, features = ["serde-serialize"] } ndarray = { version = "0.14", optional = true, features = ["serde-1"] } ndarray-linalg = { version = "0.13", optional = true } ndarray-rand = {version = "0.14.0", optional = true }