From 69096830d3a878d3577f87d1b77583c136d3228c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:34:26 +0000 Subject: [PATCH] Update nalgebra requirement from 0.32.1 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 3a02792..9d69d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = [ ] [dependencies] -nalgebra = { version = "0.32.1", default-features = false, features = ["libm"] } +nalgebra = { version = "0.33.0", default-features = false, features = ["libm"] } cam-geom = { version = "0.14.0", default-features = false } serde = { version = "1.0", default-features = false, features = [