From 9b20be3d09272ebced3499a782d54d04ff8b2b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:08:49 +0000 Subject: [PATCH] build(deps): bump rhai from 1.21.0 to 1.23.6 in /native/rhai_rustler Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.21.0 to 1.23.6. - [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.23.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/rhai_rustler/Cargo.lock | 8 ++++---- native/rhai_rustler/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/rhai_rustler/Cargo.lock b/native/rhai_rustler/Cargo.lock index bac54a4..3fdaff1 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -170,9 +170,9 @@ checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" [[package]] name = "rhai" -version = "1.21.0" +version = "1.23.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce4d759a4729a655ddfdbb3ff6e77fb9eadd902dae12319455557796e435d2a6" +checksum = "f4e35aaaa439a5bda2f8d15251bc375e4edfac75f9865734644782c9701b5709" dependencies = [ "ahash", "bitflags", @@ -198,9 +198,9 @@ dependencies = [ [[package]] name = "rhai_codegen" -version = "2.2.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a11a05ee1ce44058fa3d5961d05194fdbe3ad6b40f904af764d81b86450e6b" +checksum = "d4322a2a4e8cf30771dd9f27f7f37ca9ac8fe812dddd811096a98483080dabe6" dependencies = [ "proc-macro2", "quote", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index 2a1b2ec..1d33200 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" crate-type = ["cdylib"] [dependencies] -rhai = { version = "=1.21.0", features = ["sync"] } +rhai = { version = "=1.23.6", features = ["sync"] } rhai-dylib = { version = "0.5.0", features = ["sync"] } thiserror = "2.0.12" rustler = "0.36.1"