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"