From abd6846843607a7f69b5d3bdc4ac60f6111db32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:25:53 +0000 Subject: [PATCH] Update wide requirement from 0.7.28 to 1.0.2 Updates the requirements on [wide](https://github.com/Lokathor/wide) to permit the latest version. - [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/wide/compare/v0.7.28...v1.0.2) --- updated-dependencies: - dependency-name: wide dependency-version: 1.0.2 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 2226656..4951df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2.19" gemm = "0.19.0" num_cpus = "1.16" simsimd = "6.5.3" -wide = "0.7.28" +wide = "1.0.2" paste = "1.0.15" half = { version = "2.6.0", features = ["bytemuck", "num-traits"] } rand = { version = "0.9.2", features = ["small_rng"] }