From 765d156e562d5b7a2446790416964b1873de8b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:14:37 +0200 Subject: [PATCH] build(deps): bump rhai-dylib from 0.3.0 to 0.4.0 in /native/rhai_rustler (#220) Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/rhaiscript/rhai-dylib/releases) - [Commits](https://github.com/rhaiscript/rhai-dylib/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: rhai-dylib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 953525f..ff2139c 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "rhai-dylib" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abcc35e72236eb67aaaab95006395ad6763451975f4273b0bc2e6606038aabcb" +checksum = "004bdaefe294e2cbc8129d85140afa3e176a21f679fa4afe15c69d0c1d70c500" dependencies = [ "libloading", "rhai", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index 703568e..aa6e60c 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] rhai = { version = "=1.19.0", features = ["sync"] } -rhai-dylib = { version = "0.3.0", features = ["sync"] } +rhai-dylib = { version = "0.4.0", features = ["sync"] } thiserror = "1.0.64" rustler = "0.35.0"