From 916c8c5192434295141afb0a11f9bcc799363abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 06:42:57 +0000 Subject: [PATCH] chore(deps): update nalgebra requirement from 0.33.0 to 0.34.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/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 5ac4b4e..c86d86e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Anshul Malik "] num-bigint = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } rand = "0.9" -nalgebra = "0.33.0" +nalgebra = "0.34.0" [dev-dependencies] quickcheck = "1.0"