Skip to content

chore(deps): bump libloading from 0.8.9 to 0.9.0 - #90

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/libloading-0.9.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/libloading-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor

Bumps libloading from 0.8.9 to 0.9.0.

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 [libloading](https://github.com/nagisa/rust_libloading) from 0.8.9 to 0.9.0.
- [Commits](nagisa/rust_libloading@0.8.9...0.9.0)

---
updated-dependencies:
- dependency-name: libloading
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 22, 2026
@vyncint

vyncint commented Sep 22, 2026

Copy link
Copy Markdown
Owner

Holding this until after 2.3.0 ships, deliberately.

The release is being cut now, and each of these four changes a dependency that this repository cannot fully exercise on a plain runner:

  • sha2 0.10 → 0.11 feeds the candidate-id hash that appears in plan.v1, results.v1 and the committed fixtures. CI is green, which is real evidence the ids did not move — but that is worth landing on its own, after a release rather than inside one.
  • metal 0.29 → 0.33 is the Apple Silicon measurement backend. This PR's CI predates the Metal smoke step that test: cover the part that decides what the number is #94 added, so green here means it compiles, not that it dispatches. Rebasing it onto main will run a real dispatch on macos-latest and that is the check it needs.
  • jsonschema 0.26 → 0.56 and libloading 0.8 → 0.9 are red. libloading is the CUDA dlopen path, which nothing on a plain runner executes at all.

None of this is a judgement on the bumps. They land after the release, with the checks that can actually speak to them.

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