From 738fea31e405e2f705274a637e7c04691d423625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:28:05 +0000 Subject: [PATCH] chore(deps): update candle-nn requirement from 0.10 to 0.11 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/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: candle-nn dependency-version: 0.11.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 2ffbb31..037413d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ tracing = "0.1" async-trait = "0.1" # ML (Candle) — lourd, activé par la feature `embed` seulement. candle-core = "0.10" -candle-nn = "0.10" +candle-nn = "0.11" candle-transformers = "0.11" # Tokenizer BERT — on désactive les features réseau (http) : le core ne télécharge jamais. tokenizers = { version = "0.23", default-features = false, features = ["onig"] }