From 8de13407bf13dd26fda98f81c64e3c864886d6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:13:49 +0000 Subject: [PATCH] Update nalgebra requirement from 0.33 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/commits) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- swiftnav/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftnav/Cargo.toml b/swiftnav/Cargo.toml index 5d27706..e692c82 100644 --- a/swiftnav/Cargo.toml +++ b/swiftnav/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.85.0" rustversion = "1.0" chrono = { version = "0.4", optional = true } strum = { version = "0.27", features = ["derive"] } -nalgebra = "0.33" +nalgebra = "0.34" thiserror = "2.0" [dev-dependencies]