From a26962b34698c0d65c6d3d1e84aa5a6b976d772d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:54:57 +0000 Subject: [PATCH] chore(deps)(deps): update hf-hub requirement from 0.4 to 1.0 Updates the requirements on [hf-hub](https://github.com/huggingface/hf-hub) to permit the latest version. - [Release notes](https://github.com/huggingface/hf-hub/releases) - [Changelog](https://github.com/huggingface/hf-hub/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/hf-hub/commits) --- updated-dependencies: - dependency-name: hf-hub dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/octo-whatsapp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/octo-whatsapp/Cargo.toml b/crates/octo-whatsapp/Cargo.toml index 7efe68d9..d67317df 100644 --- a/crates/octo-whatsapp/Cargo.toml +++ b/crates/octo-whatsapp/Cargo.toml @@ -94,7 +94,7 @@ candle-core = { version = "0.9", optional = true } candle-nn = { version = "0.9", optional = true } candle-transformers = { version = "0.9", optional = true } tokenizers = { version = "0.22", optional = true } -hf-hub = { version = "0.4", optional = true } +hf-hub = { version = "1.0", optional = true } # Minimal single-thread executor for the embedder worker (no tokio # runtime dependency for one task). futures-executor = { version = "0.3", optional = true }