From b132e6abddc191ccc0de1c09e51b85f3cdee6472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:33:45 +0000 Subject: [PATCH] build(deps): bump rhai-dylib in /native/rhai_rustler Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.1.12 to 0.2.1. - [Release notes](https://github.com/rhaiscript/rhai-dylib/releases) - [Commits](https://github.com/rhaiscript/rhai-dylib/compare/v0.1.12...v0.2.1) --- updated-dependencies: - dependency-name: rhai-dylib 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 dfb4d2d..a5ab5ff 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -204,9 +204,9 @@ dependencies = [ [[package]] name = "rhai-dylib" -version = "0.1.12" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4895b6a04aee4cacf9418af7b3c1850146f45f3b6e883064b0483d82d2bf13c5" +checksum = "808e3fc98160fedd9df71c765543d901718534bb5e034aafa50e10ffc2352b41" dependencies = [ "libloading", "rhai", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index 67eda87..e3406b8 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] rhai = { version = "=1.17.1", features = ["sync"] } -rhai-dylib = { version = "0.1.12", features = ["sync"] } +rhai-dylib = { version = "0.2.1", features = ["sync"] } thiserror = "1.0.56" rustler = "0.30.0"