From 9d3d232d8269f4f5dd1b71096c161a30c2707311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:36:10 +0000 Subject: [PATCH] Update gemm requirement from 0.18.2 to 0.19.0 Updates the requirements on [gemm](https://github.com/sarah-ek/gemm) to permit the latest version. - [Commits](https://github.com/sarah-ek/gemm/compare/gemm-v0.18.2...gemm-v0.19.0) --- updated-dependencies: - dependency-name: gemm dependency-version: 0.19.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 9aa44fe..2226656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ openblas = ["dep:openblas-src"] [dependencies] anyhow = "1.0" num-traits = "0.2.19" -gemm = "0.18.2" +gemm = "0.19.0" num_cpus = "1.16" simsimd = "6.5.3" wide = "0.7.28"