From 38cf30dc0644f18d5260596736ede02d52f804f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:41:40 +0000 Subject: [PATCH] Update candle-nn requirement from 0.3 to 0.10 Updates the requirements on [candle-nn](https://github.com/huggingface/candle) to permit the latest version. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/commits/0.10.0) --- updated-dependencies: - dependency-name: candle-nn 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 cf82f97..37a92d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ netlink-sys = "0.8" # ML (optional) candle-core = { version = "0.3", optional = true } -candle-nn = { version = "0.3", optional = true } +candle-nn = { version = "0.10", optional = true } [features] default = []