From 4c1843ccb0a77a1407b853faf356b5df4ae429b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:50:03 +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 d054ad8..0522207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ fearless_simd = { version = "0.4.0", optional = true } [dev-dependencies] criterion = "0.8.0" approx = "0.5" -simba = { version = "0.9", features = ["wide"] } +simba = { version = "0.10", features = ["wide"] } [[bench]] name = "bench"