From 827ba37384b95c84c3e2bd021c8dd033569cceaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:44:27 +0000 Subject: [PATCH] Bump rustler from 0.35.1 to 0.36.0 in /native/mjml_nif Bumps [rustler](https://github.com/rusterlium/rustler) from 0.35.1 to 0.36.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.35.1...rustler-0.36.0) --- updated-dependencies: - dependency-name: rustler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/mjml_nif/Cargo.lock | 8 ++++---- native/mjml_nif/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/mjml_nif/Cargo.lock b/native/mjml_nif/Cargo.lock index 15cd9c5..5f14eb2 100644 --- a/native/mjml_nif/Cargo.lock +++ b/native/mjml_nif/Cargo.lock @@ -139,9 +139,9 @@ checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" [[package]] name = "rustler" -version = "0.35.1" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9f6bb374bf0a1431cff92ee6a89e39b9978fa4dbccc4137605be4ed5118779" +checksum = "1f7b219d7473cf473409665a4898d66688b34736e51bb5791098b0d3390e4c98" dependencies = [ "inventory", "libloading", @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.35.1" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7914359a19fff34b2f0e9d4b7d4b02ca5ee597e52804c7472802b25e1ec543e" +checksum = "743ec5267bd5f18fd88d89f7e729c0f43b97d9c2539959915fa1f234300bb621" dependencies = [ "heck 0.5.0", "inventory", diff --git a/native/mjml_nif/Cargo.toml b/native/mjml_nif/Cargo.toml index 3e53783..6727d2d 100644 --- a/native/mjml_nif/Cargo.toml +++ b/native/mjml_nif/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" crate-type = ["cdylib"] [dependencies] -rustler = "0.35.1" +rustler = "0.36.0" mrml = { version = "4.0", default-features = false, features = ["parse", "render"] } [features]