From efdb3a47d3f1175237ba44589be53fce1e57f787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:51:12 +0000 Subject: [PATCH] chore(deps): update nalgebra requirement from 0.34.0 to 0.35.0 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 6a81047b9e0..2849adfc992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Anshul Malik "] [dependencies] -nalgebra = "0.34.0" +nalgebra = "0.35.0" ndarray = "0.17.2" num-bigint = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true }