Skip to content

chore(deps): bump hf-hub from 0.4.3 to 1.0.0#110

Closed
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/cargo/hf-hub-1.0.0
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps hf-hub from 0.4.3 to 1.0.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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hf-hub](https://github.com/huggingface/hf-hub) from 0.4.3 to 1.0.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/commits)

---
updated-dependencies:
- dependency-name: hf-hub
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
@tgockel

tgockel commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Closing: Dependabot is being removed from this repo (its config was deleted). Dependencies will be bumped deliberately going forward.

@tgockel tgockel closed this Jul 13, 2026
@tgockel tgockel deleted the dependabot/cargo/hf-hub-1.0.0 branch July 13, 2026 21:34
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

1 participant