From d679304f9213018e192ef01b1fcca1a94e00c34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:29:39 +0000 Subject: [PATCH] build(deps): bump rhai from 1.21.0 to 1.22.2 in /native/rhai_rustler Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.21.0 to 1.22.2. - [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.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/rhai_rustler/Cargo.lock | 4 ++-- native/rhai_rustler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/rhai_rustler/Cargo.lock b/native/rhai_rustler/Cargo.lock index bac54a4..ccd2fef 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.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce4d759a4729a655ddfdbb3ff6e77fb9eadd902dae12319455557796e435d2a6" +checksum = "2780e813b755850e50b178931aaf94ed24f6817f46aaaf5d21c13c12d939a249" dependencies = [ "ahash", "bitflags", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index 2a1b2ec..89d3ce2 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.22.2", features = ["sync"] } rhai-dylib = { version = "0.5.0", features = ["sync"] } thiserror = "2.0.12" rustler = "0.36.1"