From 2243d78d1f004ab38ea998c763f72edf85a1f9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:22:35 +0000 Subject: [PATCH] chore(deps): bump hf-hub from 0.4.3 to 0.5.0 Bumps [hf-hub](https://github.com/huggingface/hf-hub) from 0.4.3 to 0.5.0. - [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/compare/v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: hf-hub dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 116 +++++++++++++++++++++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 109 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d80707..4207118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ "ck-core", "ck-models", "fastembed", - "hf-hub", + "hf-hub 0.5.0", "ndarray", "num_cpus", "once_cell", @@ -533,12 +533,12 @@ dependencies = [ "ck-models", "ck-tui", "clap", - "console", + "console 0.15.11", "crossterm", "dirs 5.0.1", "glob", "globset", - "indicatif", + "indicatif 0.17.11", "libc", "openssl", "owo-colors", @@ -670,12 +670,53 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "console" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" +dependencies = [ + "encode_unicode", + "libc", + "unicode-width 0.2.2", + "windows-sys 0.61.2", +] + [[package]] name = "constant_time_eq" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" +[[package]] +name = "cookie" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" +dependencies = [ + "percent-encoding", + "time", + "version_check", +] + +[[package]] +name = "cookie_store" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206" +dependencies = [ + "cookie", + "document-features", + "idna", + "indexmap", + "log", + "serde", + "serde_derive", + "serde_json", + "time", + "url", +] + [[package]] name = "core-foundation" version = "0.9.4" @@ -1057,6 +1098,15 @@ dependencies = [ "syn", ] +[[package]] +name = "document-features" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" +dependencies = [ + "litrs", +] + [[package]] name = "downcast-rs" version = "2.0.2" @@ -1146,7 +1196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f54fc1188b7f7eac8f47be2ab7b3a79ffd842cc8ff2e38316dd59ba4858890e" dependencies = [ "anyhow", - "hf-hub", + "hf-hub 0.4.3", "ndarray", "ort", "safetensors", @@ -1437,7 +1487,7 @@ checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97" dependencies = [ "dirs 6.0.0", "http", - "indicatif", + "indicatif 0.17.11", "libc", "log", "rand 0.9.2", @@ -1449,6 +1499,25 @@ dependencies = [ "windows-sys 0.60.2", ] +[[package]] +name = "hf-hub" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aef3982638978efa195ff11b305f51f1f22f4f0a6cabee7af79b383ebee6a213" +dependencies = [ + "dirs 6.0.0", + "http", + "indicatif 0.18.4", + "libc", + "log", + "rand 0.9.2", + "serde", + "serde_json", + "thiserror 2.0.18", + "ureq 3.1.4", + "windows-sys 0.61.2", +] + [[package]] name = "hmac-sha256" version = "1.1.13" @@ -1743,13 +1812,26 @@ version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ - "console", + "console 0.15.11", "number_prefix", "portable-atomic", "unicode-width 0.2.2", "web-time", ] +[[package]] +name = "indicatif" +version = "0.18.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" +dependencies = [ + "console 0.16.3", + "portable-atomic", + "unicode-width 0.2.2", + "unit-prefix", + "web-time", +] + [[package]] name = "inout" version = "0.1.4" @@ -1908,6 +1990,12 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" +[[package]] +name = "litrs" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" + [[package]] name = "lock_api" version = "0.4.14" @@ -3630,7 +3718,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", @@ -3751,7 +3839,7 @@ dependencies = [ "derive_builder", "esaxx-rs", "getrandom 0.2.17", - "indicatif", + "indicatif 0.17.11", "itertools 0.12.1", "lazy_static", "log", @@ -4215,6 +4303,12 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" +[[package]] +name = "unit-prefix" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" + [[package]] name = "untrusted" version = "0.9.0" @@ -4247,15 +4341,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" dependencies = [ "base64 0.22.1", + "cookie_store", "der", + "flate2", "log", "native-tls", "percent-encoding", + "rustls", "rustls-pki-types", + "serde", + "serde_json", "socks", "ureq-proto", "utf-8", "webpki-root-certs", + "webpki-roots 1.0.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b4575ff..8f7f704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ pdf-extract = "0.9" uuid = { version = "1.23", features = ["v4", "serde"] } base64 = "0.22" sha2 = "0.10" -hf-hub = { version = "0.4.3", default-features = false, features = ["ureq"] } +hf-hub = { version = "0.5.0", default-features = false, features = ["ureq"] } tokenizers = "0.20.1" # Pinned exactly to rc.11. ort 2.0.0-rc.12 made SessionOptionsPointer # !Sync, which removes Send+Sync from ort::Error and