From 317fc18a567083deb462fc102f73e0dab7c198a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:22:33 +0000 Subject: [PATCH] chore(deps): update hf-hub requirement from 0.4.3 to 0.5.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) - [Commits](https://github.com/huggingface/hf-hub/compare/v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: hf-hub dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/mistral/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mistral/Cargo.toml b/examples/mistral/Cargo.toml index 21f4156ee..c1a14bec3 100644 --- a/examples/mistral/Cargo.toml +++ b/examples/mistral/Cargo.toml @@ -12,7 +12,7 @@ mlx-rs.workspace = true tokenizers = "0.22.0" thiserror = "2" anyhow = "1.0" -hf-hub = "0.4.3" +hf-hub = "0.5.0" dotenv = "0.15" serde = { version = "1", features = ["derive"] } serde_json = "1"