Skip to content

chore(deps): update rust crate hf-hub to v1#6353

Merged
bug-ops merged 2 commits into
mainfrom
renovate/hf-hub-1.x
Jul 17, 2026
Merged

chore(deps): update rust crate hf-hub to v1#6353
bug-ops merged 2 commits into
mainfrom
renovate/hf-hub-1.x

Conversation

@bug-ops

@bug-ops bug-ops commented Jul 17, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
hf-hub workspace.dependencies major 0.51.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@bug-ops bug-ops added dependencies Dependency updates ml-stack labels Jul 17, 2026
@bug-ops

bug-ops commented Jul 17, 2026

Copy link
Copy Markdown
Owner Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `hf-hub`.
    ... required by package `zeph-llm v0.22.1 (/tmp/renovate/repos/github/bug-ops/zeph/crates/zeph-llm)`
    ... which satisfies path dependency `zeph-llm` (locked to 0.22.1) of package `zeph-acp v0.22.1 (/tmp/renovate/repos/github/bug-ops/zeph/crates/zeph-acp)`
versions that meet the requirements `^1.0.0` are: 1.0.0

package `zeph-llm` depends on `hf-hub` with feature `tokio` but `hf-hub` does not have that feature.
note: a required dependency with that name exists, but only optional dependencies can be used as features.


failed to select a version for `hf-hub` which could resolve this conflict

@github-actions github-actions Bot added rust Rust code changes chore Maintenance tasks size/XS Extra small PR (1-10 lines) labels Jul 17, 2026
@bug-ops
bug-ops force-pushed the renovate/hf-hub-1.x branch from a3a7df5 to f25de0a Compare July 17, 2026 01:43
@bug-ops
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.
@github-actions github-actions Bot added size/XL Extra large PR (500+ lines) documentation Improvements or additions to documentation llm zeph-llm crate (Ollama, Claude) size/XS Extra small PR (1-10 lines) and removed size/XS Extra small PR (1-10 lines) size/XL Extra large PR (500+ lines) labels Jul 17, 2026
renovate Bot and others added 2 commits July 17, 2026 04:23
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
bug-ops force-pushed the renovate/hf-hub-1.x branch from dbb6717 to b6644ab Compare July 17, 2026 02:23
@github-actions github-actions Bot added size/XL Extra large PR (500+ lines) and removed size/XS Extra small PR (1-10 lines) labels Jul 17, 2026
@bug-ops
bug-ops merged commit 6d28b3d into main Jul 17, 2026
43 checks passed
@bug-ops
bug-ops deleted the renovate/hf-hub-1.x branch July 17, 2026 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance tasks dependencies Dependency updates documentation Improvements or additions to documentation llm zeph-llm crate (Ollama, Claude) ml-stack rust Rust code changes size/XL Extra large PR (500+ lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant