diff --git a/native/rhai_rustler/Cargo.lock b/native/rhai_rustler/Cargo.lock index ac417fb..d35a985 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 32c82b3..7d1256b 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.11" rustler = "0.36.1"