diff --git a/native/wasmex/Cargo.lock b/native/wasmex/Cargo.lock index c96600e8..56cf1630 100644 --- a/native/wasmex/Cargo.lock +++ b/native/wasmex/Cargo.lock @@ -1196,9 +1196,9 @@ dependencies = [ [[package]] name = "rustler" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0884cb623b9f43d3e2c51f9071c5e96a5acf3e6e6007866812884ff0cb983f1e" +checksum = "c4b4fea69e23de68c42c06769d6624d2d018da550c17244dd4b691f90ced4a7e" dependencies = [ "lazy_static", "rustler_codegen", @@ -1207,9 +1207,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50e277af754f2560cf4c4ebedb68c1a735292fb354505c6133e47ec406e699cf" +checksum = "406061bd07aaf052c344257afed4988c5ec8efe4d2352b4c2cf27ea7c8575b12" dependencies = [ "heck", "proc-macro2", diff --git a/native/wasmex/Cargo.toml b/native/wasmex/Cargo.toml index 89c5c26e..6316bc30 100644 --- a/native/wasmex/Cargo.toml +++ b/native/wasmex/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" crate-type = ["dylib"] [dependencies] -rustler = { version = "0.29", default-features = false, features = ["derive", "nif_version_2_15"] } +rustler = { version = "0.30", default-features = false, features = ["derive", "nif_version_2_15"] } once_cell = "1.18.0" rand = "0.8.5" wasmtime = "12.0.2"