From f0b2eff0631545c1d9c27c2f41d3bfac27d956fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:31:12 +0000 Subject: [PATCH] build(deps): bump rustler in /native/exditorjs_native Bumps [rustler](https://github.com/rusterlium/rustler) from 0.37.3 to 0.37.4. - [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.37.3...rustler-0.37.4) --- updated-dependencies: - dependency-name: rustler dependency-version: 0.37.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/exditorjs_native/Cargo.lock | 8 ++++---- native/exditorjs_native/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/exditorjs_native/Cargo.lock b/native/exditorjs_native/Cargo.lock index d1d5dec..e01633c 100644 --- a/native/exditorjs_native/Cargo.lock +++ b/native/exditorjs_native/Cargo.lock @@ -127,9 +127,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "rustler" -version = "0.37.3" +version = "0.37.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c779e2cbfa2987990205d0d8fc142163739e45a4c6592dc637896c77fec01280" +checksum = "875c8fe88089b9bbc0977385e107d35bfae740c6b0734e60a1e9cc82d0017f49" dependencies = [ "inventory", "libloading", @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.37.3" +version = "0.37.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e120f8936c779b6c2e09992a2dfa9a4e8bcd0794c02bb654fde03e03ce8c31" +checksum = "afb5848e9c4cf3796f190d9b4516523af27f3444a3af1771f20465f6586d40b2" dependencies = [ "heck", "inventory", diff --git a/native/exditorjs_native/Cargo.toml b/native/exditorjs_native/Cargo.toml index f465c30..f43ee82 100644 --- a/native/exditorjs_native/Cargo.toml +++ b/native/exditorjs_native/Cargo.toml @@ -5,7 +5,7 @@ authors = [] edition = "2021" [dependencies] -rustler = { version = "0.37.3", default-features = false, features = ["derive"] } +rustler = { version = "0.37.4", default-features = false, features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" regex = "1.12"