From cdd8d89ea258dc45a693499bb52084f6b848b9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:16:06 +0000 Subject: [PATCH] Update nalgebra requirement from =0.32.3 to =0.33.2 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.32.3...v0.33.2) --- 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 005ca09..bd64812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = [ log = "0.4" thiserror = "2" polyfit-rs = "0.2" -nalgebra = "=0.32.3" +nalgebra = "=0.33.2" itertools = "0.13" nyx-space = "2.0.0-rc" anise = { version = "=0.4.2", features = ["embed_ephem"] }