From 9583b567726af3a1e26e94392affb259daec75d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 23:45:50 +0000 Subject: [PATCH] chore(deps): bump rhai from 1.26.0 to 1.26.1 Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/rhaiscript/rhai/releases) - [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhaiscript/rhai/compare/v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: rhai dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd6b3299..cc549618 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6971,9 +6971,9 @@ dependencies = [ [[package]] name = "rhai" -version = "1.26.0" +version = "1.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6e1be9d697d537ce450766df42ad6adf1a93f25f21d73217354ad7e3d3dae1" +checksum = "0334639972c0ea5a3fd366aa36116754a11431b619fec3ed559b3f73bcbcebf5" dependencies = [ "ahash", "bitflags 2.13.1",