From b19478d6840d09cc1acbc73fbfc7635b0f58c30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:01:00 +0000 Subject: [PATCH] deps(deps): update nalgebra requirement from 0.32 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/compare/v0.32.0...v0.34.1) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.34.1 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 b789e71..8e8ca0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ num-complex = "0.4" num-traits = "0.2" num-bigint = "0.4" num-rational = "0.4" -nalgebra = "0.32" +nalgebra = "0.34" thiserror = "1.0" indexmap = "2.0" ndarray = "0.15"