From ecc5dde5a9a3dfcffd1536f76b4a6d24b9a8f34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 15:03:13 +0000 Subject: [PATCH] Update simba requirement from 0.9 to 0.10 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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: simba dependency-version: 0.10.0 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 a9afec8..5c6e45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bench = false [dependencies] num-traits = "0.2" approx = { version = "0.5", optional = true } -simba = { version = "0.9", optional = true } +simba = { version = "0.10", optional = true } bumpalo = { version = "3", features = ["collections"], optional = true } rayon = { version = "1", optional = true } serde = { version = "1", features = ["derive"], optional = true }