From a4fbdcce2122cda2d32479f33233def09babba58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:04:57 +0000 Subject: [PATCH] Update nalgebra requirement from 0.33.0 to 0.34.1 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.33.1...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 869e4458..31830ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ itertools = "0.14.0" # geo = { version = "0.28", optional = true } flate2 = { version = "1", optional = true } maud = { version = "0.26", optional = true } -nalgebra = { version = "0.33.0", optional = true } +nalgebra = { version = "0.34.1", optional = true } bitflags = { version = "2.3", features = ["serde"] } anise = { version = "0.6.9", optional = true } hifitime = { version = "4.1", features = ["serde", "std"] }