From 3178926430942302112b44d3da304324b874fce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 14:16:24 +0000 Subject: [PATCH] build(deps): bump rhai-dylib from 0.5.0 to 0.6.0 in /native/rhai_rustler Bumps [rhai-dylib](https://github.com/rhaiscript/rhai-dylib) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/rhaiscript/rhai-dylib/releases) - [Commits](https://github.com/rhaiscript/rhai-dylib/compare/v0.5.0...v0.6.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 bac54a4..7dd669b 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -188,9 +188,9 @@ dependencies = [ [[package]] name = "rhai-dylib" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5996402b1af9424e355dbf1761d0605f0f08eca909609b445383369a2bc83f0a" +checksum = "1ba94b374f7c1773444814b2b99275206c1dcce454e39e38dbaa9c6e7d6aeba5" dependencies = [ "libloading", "rhai", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index 2a1b2ec..c1080a0 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.5.0", features = ["sync"] } +rhai-dylib = { version = "0.6.0", features = ["sync"] } thiserror = "2.0.12" rustler = "0.36.1"