From 60f094278c0738b31f0521ed17ca4e132dc810ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:06:24 +0000 Subject: [PATCH] Bump rustler from 0.29.1 to 0.30.0 in /native/wasmex Bumps [rustler](https://github.com/rusterlium/rustler) from 0.29.1 to 0.30.0. - [Release notes](https://github.com/rusterlium/rustler/releases) - [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.29.1...rustler-0.30.0) --- updated-dependencies: - dependency-name: rustler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/wasmex/Cargo.lock | 8 ++++---- native/wasmex/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"