From 409fcf0cd18087b96480f3fbf929ac11645f9f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:15:12 +0000 Subject: [PATCH] Update nalgebra requirement from 0.24.1 to 0.31.2 Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Release notes](https://github.com/dimforge/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/compare/v0.24.1...v0.31.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 373d14b..ebecf95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ libm = "0.2.1" [dependencies.nalgebra] default-features = false -version = "0.24.1" +version = "0.31.2" [dev-dependencies] i2cdev = "0.4.4"