From 9ce5ad0df6f3796810da6e77912e6cf1f8bfe0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:43:39 +0000 Subject: [PATCH] build(deps): bump rustler in /native/test_dylib_module Bumps [rustler](https://github.com/rusterlium/rustler) from 0.36.1 to 0.36.2. - [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.36.1...rustler-0.36.2) --- updated-dependencies: - dependency-name: rustler dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/test_dylib_module/Cargo.lock | 8 ++++---- native/test_dylib_module/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/test_dylib_module/Cargo.lock b/native/test_dylib_module/Cargo.lock index 0a6940c..a15df9f 100644 --- a/native/test_dylib_module/Cargo.lock +++ b/native/test_dylib_module/Cargo.lock @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "rustler" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04a7b61bf2db5495d6c0d2eb4b3f0f366864d47f2482834656e25d1b25fe290" +checksum = "e3fe55230a9c379733dd38ee67d4072fa5c558b2e22b76b0e7f924390456e003" dependencies = [ "inventory", "libloading", @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf9365a04e3a3a4d3136953d97c67fd0a9c036d36197917961551c2cc1ecb385" +checksum = "eb3b8de901ae61418e2036245d28e41ef58080d04f40b68430471ae36a4e84ed" dependencies = [ "heck", "inventory", diff --git a/native/test_dylib_module/Cargo.toml b/native/test_dylib_module/Cargo.toml index 76fb800..1052efa 100644 --- a/native/test_dylib_module/Cargo.toml +++ b/native/test_dylib_module/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib"] [dependencies] rhai-dylib = { version = "=0.6.0", features = ["sync"] } -rustler = "0.36.1" +rustler = "0.36.2"