From 5266fd87ed989741ba3ac9c9939f525e2254688f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:54:40 +0000 Subject: [PATCH] chore(deps): bump rhai from 1.25.0 to 1.25.1 Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.25.0 to 1.25.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/commits) --- updated-dependencies: - dependency-name: rhai dependency-version: 1.25.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 6691eac..7a16950 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6538,9 +6538,9 @@ dependencies = [ [[package]] name = "rhai" -version = "1.25.0" +version = "1.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cdc552c1c198f0565e1deb9d85d380caedcc488e6ac3cb6f947c7ae77041e08" +checksum = "dd4dd0f8c36625202a4ba553c416c19b719947cd2a31d1bda06126e4a5727daf" dependencies = [ "ahash", "bitflags 2.11.1",