From 6b09238ed9ef7bdd5545748eb51574fba69cf168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:57:58 +0000 Subject: [PATCH] Update nalgebra requirement from 0.32 to 0.33 Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/commits) --- 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 d201288..5ff3af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = { version = "0.8", optional = true } num-traits = { version = "0.2", default-features = false, features = ["std"], optional = true } -nalgebra = { version = "0.32", optional = true } +nalgebra = { version = "0.33", optional = true } simba = { version = "0.8", optional = true, default-features = false } approx = { version = "0.5", optional = true, default-features = false }