From c9341774f530f16770517ab3e4c506bd09f01b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:28:44 +0000 Subject: [PATCH] Update nalgebra requirement from 0.33 to 0.34 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-version: 0.34.0 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 53abad5..3620744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = { version = "0.9", optional = true } num-traits = { version = "0.2", default-features = false, features = ["std"], optional = true } -nalgebra = { version = "0.33", optional = true } +nalgebra = { version = "0.34", optional = true } simba = { version = "0.9", optional = true, default-features = false } approx = { version = "0.5", optional = true, default-features = false }