From e2044ff1e29c43faedbd46d57c6abd4c95fd5465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:43:13 +0000 Subject: [PATCH] build(deps): bump rhai-dylib from 0.4.0 to 0.5.0 in /native/rhai_rustler Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/rhaiscript/rhai-dylib/releases) - [Commits](https://github.com/rhaiscript/rhai-dylib/compare/v0.4.0...v0.5.0) --- 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 e4bbfc8..8c054d2 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -185,9 +185,9 @@ dependencies = [ [[package]] name = "rhai-dylib" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004bdaefe294e2cbc8129d85140afa3e176a21f679fa4afe15c69d0c1d70c500" +checksum = "5996402b1af9424e355dbf1761d0605f0f08eca909609b445383369a2bc83f0a" dependencies = [ "libloading", "rhai", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index 35a7530..60108c1 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] rhai = { version = "=1.21.0", features = ["sync"] } -rhai-dylib = { version = "0.4.0", features = ["sync"] } +rhai-dylib = { version = "0.5.0", features = ["sync"] } thiserror = "2.0.11" rustler = "0.36.0"