From fb67b32959c5dd319bda79cf3d1a7eecfd94eae8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 14:33:27 +0000 Subject: [PATCH] Update nalgebra requirement from >=0.21, <0.24 to >=0.21, <0.25 Updates the requirements on [nalgebra](https://github.com/rustsim/nalgebra) to permit the latest version. - [Release notes](https://github.com/rustsim/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](https://github.com/rustsim/nalgebra/compare/v0.21.0...v0.24.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bff66e4..859a5d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ std = [] [dependencies] cgmath = { version = "0.17", optional = true } glam = { version = ">=0.10, <0.12", optional = true } -nalgebra = { version = ">=0.21, <0.24", optional = true } +nalgebra = { version = ">=0.21, <0.25", optional = true } num-traits = { version = "0.2", optional = true } serde = { version = "1", optional = true } serde_derive = { version = "1", optional = true }