Skip to content

chore(deps): bump rig-core from 0.38.2 to 0.39.0 - #40

Merged
barryroodt merged 3 commits into
mainfrom
dependabot/cargo/rig-core-0.39.0
Jun 26, 2026
Merged

chore(deps): bump rig-core from 0.38.2 to 0.39.0#40
barryroodt merged 3 commits into
mainfrom
dependabot/cargo/rig-core-0.39.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps rig-core from 0.38.2 to 0.39.0.

Changelog

Sourced from rig-core's changelog.

0.39.0 - 2026-06-19

Added

Fixed

Other

Contributors

Commits
  • 06bc651 chore: release v0.39.0 (#1888)
  • c22f2f6 chore(deps): bump uuid from 1.23.1 to 1.23.3 (#1907)
  • bbb491d chore(deps): bump lopdf from 0.40.0 to 0.41.0 (#1877)
  • 99646a7 chore(deps): bump http from 1.4.0 to 1.4.2 (#1909)
  • c797185 chore(deps): bump futures-timer from 3.0.3 to 3.0.4 (#1908)
  • 05d01e5 fix(rmcp): bound MCP tool calls with a default, configurable, wasm-friendly t...
  • c3ae227 fix(sqlite): brute-force scan when KNN candidate count exceeds sqlite-vec's k...
  • 9eb3e15 Only append a slash to base_urls of api providers when they don't already end...
  • 5631d94 fix: correct possessive pronoun typo in CONTRIBUTING.md (#1865)
  • b1f31b3 docs(examples): add Gemini mid-stream disruption token-counting example (#1918)
  • 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 [rig-core](https://github.com/0xPlaygrounds/rig) from 0.38.2 to 0.39.0.
- [Release notes](https://github.com/0xPlaygrounds/rig/releases)
- [Changelog](https://github.com/0xPlaygrounds/rig/blob/main/CHANGELOG.md)
- [Commits](0xPlaygrounds/rig@v0.38.2...v0.39.0)

---
updated-dependencies:
- dependency-name: rig-core
  dependency-version: 0.39.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 Jun 24, 2026
Dependabot bumped only Cargo.lock to rig-core 0.39.0, but the manifest
pinned rig-core = "0.38" (^0.38 => <0.39.0) in BOTH [dependencies] and
[dev-dependencies], leaving lock and manifest inconsistent. `cargo build
--locked` fails on this state; CI only went green because the cargo-deny
step runs `cargo metadata` without --locked first, silently re-resolving
the lock back to 0.38.2 before the --locked build — so CI never actually
built 0.39.0.

Bump both manifest constraints to "0.39" so the committed 0.39.0 lock is
honored. Verified on rust 1.96.0: cargo metadata --locked, build
--workspace --all-targets --locked, test --workspace --locked (0 failed),
and clippy --all-targets -- -D warnings all pass.
@barryroodt
barryroodt merged commit 233c1ac into main Jun 26, 2026
1 check passed
@barryroodt
barryroodt deleted the dependabot/cargo/rig-core-0.39.0 branch June 26, 2026 10:14
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