Skip to content

chore(deps): bump rhai from 1.25.1 to 1.26.0 - #64

Merged
Tiphereth-A merged 2 commits into
masterfrom
dependabot/cargo/rhai-1.26.0
Aug 30, 2026
Merged

chore(deps): bump rhai from 1.25.1 to 1.26.0#64
Tiphereth-A merged 2 commits into
masterfrom
dependabot/cargo/rhai-1.26.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rhai from 1.25.1 to 1.26.0.

Release notes

Sourced from rhai's releases.

Version 1.26.0

This is a significant release.

The major change in this version is the addition of the experimental Rhai Grain bytecodes VM for faster evaluation of scripts under resource constraints.

This is experimental and gated under the grain feature flag.

Rhai Grain VM

Bugs found in the process

Since the Rhai Grain VM must run a script exactly the same as the standard AST interpreter, a number of bugs have been uncovered that are now fixed.

Bug fixes

Enhancements

Changelog

Sourced from rhai's changelog.

Version 1.26.0

The major change in this version is the addition of the experimental Rhai Grain bytecodes compiler and VM for fast evaluation of scripts.

This is a work-in-progress and is not yet fully integrated into the main Engine API.

It is gated under the grain feature flag.

Rhai Grain VM

Bugs found in the process

Since the Rhai Grain VM must run a script exactly the same as the standard AST interpreter, a number of bugs have been uncovered that are now fixed.

Bug fixes

Enhancements

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 [rhai](https://github.com/rhaiscript/rhai) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/rhaiscript/rhai/releases)
- [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rhaiscript/rhai/commits/v1.26.0)

---
updated-dependencies:
- dependency-name: rhai
  dependency-version: 1.26.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 30, 2026
@Tiphereth-A
Tiphereth-A merged commit 3fe133e into master Aug 30, 2026
20 checks passed
@Tiphereth-A
Tiphereth-A deleted the dependabot/cargo/rhai-1.26.0 branch August 30, 2026 04:58
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