Skip to content

chore(deps): bump hf-hub from 0.4.3 to 0.5.0#146

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/hf-hub-0.5.0
Open

chore(deps): bump hf-hub from 0.4.3 to 0.5.0#146
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/hf-hub-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor

Bumps hf-hub from 0.4.3 to 0.5.0.

Release notes

Sourced from hf-hub's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: huggingface/hf-hub@v0.4.3...v0.5.0

Changelog

Sourced from hf-hub's changelog.

Releasing hf-hub

This document covers the full release process for the hf-hub crate. If anything here is unclear or out of date, please open a PR.

What gets released

A single tag push releases one artifact:

  • hf-hub Rust crate on crates.io, via .github/workflows/rust-release.yml.

The workflow triggers on tags matching v* (e.g., v1.0.0, v1.0.0-rc.0).

There are no Python components in this repo. The other workspace members are not published:

  • hfrs/ — CLI binary, distributed via cargo install --git.
  • examples/, benches/, integration-tests/ — internal-only, version 0.0.0, never published.

Pre-release checklist

  1. CI is green on main. The Rust workflow must be passing on every platform in the matrix (Ubuntu, Windows, macOS) with both feature configurations ("" and --all-features).
  2. Review the diff since the last release.
    git log --oneline v0.5.0..main
    git diff v0.5.0..main --stat -- hf-hub/
    Pay particular attention to changes under hf-hub/src/ — those are the only changes that actually ship to crates.io.
  3. Identify breaking changes. Anything that changes the public Rust API (types, function signatures, removed re-exports, builder fields) needs to be reflected in the version bump per semver and called out in the release notes.
  4. Run the full pre-release test sweep (see next section).

Pre-release test sweep

Run all of these from the repo root before tagging. They mirror what CI runs, plus a publish dry-run that CI does not currently do.

Format and lint

cargo +nightly fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
cargo clippy --workspace --all-targets --all-features -- -D warnings

Unit tests (hf-hub)

cargo test -p hf-hub
cargo test -p hf-hub --features blocking

Integration tests (integration-tests)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 28, 2026
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](huggingface/hf-hub@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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/hf-hub-0.5.0 branch from 5d0681e to 2243d78 Compare June 9, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants