From 3048af19a8318eb031e3bbf8b8b3135165222c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:32:28 +0000 Subject: [PATCH] Update nalgebra requirement from 0.34 to 0.35 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/compare/v0.34.1...v0.35.0) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.35.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 df4c9e9..0533f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["linear-algebra"] categories = ["algorithms", "mathematics", "no-std", "science"] [dependencies] -nalgebra = { version = "0.34", default-features = false } +nalgebra = { version = "0.35", default-features = false } [dev-dependencies] approx = { version = "0.5", default-features = false }