chore(deps): update rust crate hf-hub to v1#6353
Merged
Merged
Conversation
Owner
Author
|
bug-ops
force-pushed
the
renovate/hf-hub-1.x
branch
from
July 17, 2026 01:43
a3a7df5 to
f25de0a
Compare
bug-ops
enabled auto-merge (squash)
July 17, 2026 01:43
bug-ops
added a commit
that referenced
this pull request
Jul 17, 2026
hf-hub 1.0 replaced api::sync::{Api, ApiBuilder} with HFClient/HFClientSync
and dropped the tokio/ureq Cargo features in favor of a single blocking
feature. The stale feature request in zeph-llm's Cargo.toml made every
workspace cargo metadata call fail dependency resolution, breaking clippy,
nextest archiving, rustdoc, and bundle-check CI jobs on PR #6353 regardless
of whether the candle feature was enabled for a given job.
Update all seven HuggingFace Hub download call sites to the new
HFClient(Sync)::model(owner, name).download_file().filename(...).send()
builder API, using split_id() to split repo_id into owner/name, and update
the hf-hub feature list accordingly.
hf-hub 1.0 replaced api::sync::{Api, ApiBuilder} with HFClient/HFClientSync
and dropped the tokio/ureq Cargo features in favor of a single blocking
feature. The stale feature request in zeph-llm's Cargo.toml made every
workspace cargo metadata call fail dependency resolution, breaking clippy,
nextest archiving, rustdoc, and bundle-check CI jobs on PR #6353 regardless
of whether the candle feature was enabled for a given job.
Update all seven HuggingFace Hub download call sites to the new
HFClient(Sync)::model(owner, name).download_file().filename(...).send()
builder API, using split_id() to split repo_id into owner/name, and update
the hf-hub feature list accordingly.
bug-ops
force-pushed
the
renovate/hf-hub-1.x
branch
from
July 17, 2026 02:23
dbb6717 to
b6644ab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5→1.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.