From cf04945b96bcb1aaa05e3e49c59ecb0d3e00a83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:55:33 +0000 Subject: [PATCH] build(deps): bump rhai from 1.20.1 to 1.21.0 in /native/rhai_rustler Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.20.1 to 1.21.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/compare/v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: rhai 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 f45ee7b..da91c87 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -167,9 +167,9 @@ checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" [[package]] name = "rhai" -version = "1.20.1" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0277a46f29fe3b3eb10821ca2c65a4751b686b6c84422aae31695ba167b0fbc" +checksum = "ce4d759a4729a655ddfdbb3ff6e77fb9eadd902dae12319455557796e435d2a6" dependencies = [ "ahash", "bitflags", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index a7f2e48..0dbd8b5 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.20.1", features = ["sync"] } +rhai = { version = "=1.21.0", features = ["sync"] } rhai-dylib = { version = "0.4.0", features = ["sync"] } thiserror = "2.0.9" rustler = "0.36.0"