Skip to content

deps: Bump vgi from 0.29.0 to 0.31.0 - #19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vgi-0.31.0
Closed

deps: Bump vgi from 0.29.0 to 0.31.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vgi-0.31.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps vgi from 0.29.0 to 0.31.0.

Release notes

Sourced from vgi's releases.

v0.31.0

fix(client): enforce subprocess RPC deadlines

v0.30.0

Also fixes the release workflow, which could not have published this tag.

vgi gained a dependency on the vgi-protocol crate when the wire layer was split out after v0.29.0, but the publish step still ran only cargo publish -p vgi. That cannot work: cargo resolves a path+version dependency against the REGISTRY when packaging, and vgi-protocol had never been published — crates.io returns 404 for it. Verified with a local dry-run, which fails with 'no matching package named vgi-protocol found'.

The step now publishes vgi-protocol -> vgi -> vgi-client in dependency order, skipping any version already on crates.io so a re-run after a partial publish completes the remainder instead of needing a version bump.

Commits
  • 074ae22 fix(client): enforce subprocess RPC deadlines
  • 39d6eeb test(worker): exercise stale-while-revalidate
  • 6d0f77a Use transparent logo and add CI/crates.io badges to README
  • 9e6fd6f fix(worker): consume profiling state after callback
  • 21a2b2a feat(client): expose table profiling callback
  • 13b49ee ci: stamp source-built extension ABI version
  • cf3e893 ci: test against pinned source-built VGI extension
  • 49f3391 test(worker): model split cache revalidation
  • 32022de test(client): preserve global function overloads
  • f06b0db test(worker): exercise qualified macro dependencies
  • Additional commits viewable in compare view

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 [vgi](https://github.com/Query-farm/vgi-rust) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/Query-farm/vgi-rust/releases)
- [Commits](Query-farm/vgi-rust@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: vgi
  dependency-version: 0.31.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 Aug 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #20.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/vgi-0.31.0 branch September 7, 2026 06:16
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