From 4e20145bc67e5f27f179c98ad0f197a22e3cc2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:10:56 +0000 Subject: [PATCH] Update nalgebra requirement from 0.32.5 to 0.33.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-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 76f621f2..b88a1e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ num-traits = "0.2.19" num-integer = "0.1.46" num-bigint = "0.4.5" -nalgebra = { version = "0.32.5", features = ["serde-serialize"] } +nalgebra = { version = "0.33.0", features = ["serde-serialize"] } thiserror = "1.0.60"