From b1c6effb79b36c24cff6ec9b44d70b778eb8ca38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:34:10 +0000 Subject: [PATCH] Update simba requirement from 0.8 to 0.9 Updates the requirements on [simba](https://github.com/dimforge/simba) to permit the latest version. - [Changelog](https://github.com/dimforge/simba/blob/master/CHANGELOG) - [Commits](https://github.com/dimforge/simba/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: simba 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 d201288..55e008b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ num-traits = { version = "0.2", default-features = false, features = ["std"], op nalgebra = { version = "0.32", optional = true } -simba = { version = "0.8", optional = true, default-features = false } +simba = { version = "0.9", optional = true, default-features = false } approx = { version = "0.5", optional = true, default-features = false } rug = { version = "1.15", optional = true }