From 8630d460f813e591c81776b9c73f2bb62f61d23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 18:57:42 +0000 Subject: [PATCH] Update nalgebra requirement from ^0.22.0 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.22.0...v0.32.2) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plexus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexus/Cargo.toml b/plexus/Cargo.toml index 7c5f4a4..9fcb7af 100644 --- a/plexus/Cargo.toml +++ b/plexus/Cargo.toml @@ -82,7 +82,7 @@ criterion = "^0.3.0" # dependency on `nalgebra`. This approach requires that the version # specification is compatible with `theon`. Other crates use re-exported types # and do not take a direct dependency on `nalgebra`. -nalgebra = "^0.22.0" +nalgebra = "^0.32.2" [dev-dependencies.theon] # Unstable. git = "https://github.com/olson-sean-k/theon.git"