From 4c64e761d4d8e85c656343ecdb88675f3ccf0008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 13:03:31 +0200 Subject: [PATCH] Bump rustler from 0.22.2 to 0.23.0 in /native/xler_native (#38) Bumps [rustler](https://github.com/rusterlium/rustler) from 0.22.2 to 0.23.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.22.2...rustler-0.23.0) --- updated-dependencies: - dependency-name: rustler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- native/xler_native/Cargo.lock | 8 ++++---- native/xler_native/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/xler_native/Cargo.lock b/native/xler_native/Cargo.lock index 20d41b9..2508795 100644 --- a/native/xler_native/Cargo.lock +++ b/native/xler_native/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "rustler" -version = "0.22.2" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08281b5931d395414fe2e3e786d4b21dbcffc18d848d542d8a2da03026cb7cb8" +checksum = "8ac79e5fcfae809c16ff8da548daa291933b7ec8d66eadc197cdccec46891625" dependencies = [ "lazy_static", "rustler_codegen", @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.22.2" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96f4adf61752ab8c56df102591ff97c93d4e5c7a9ff04b82cdfa85dfa072544c" +checksum = "10d303c303a145c1f3d2a2993527128badb9500101070c55e36ef9bb2417666a" dependencies = [ "heck", "proc-macro2", diff --git a/native/xler_native/Cargo.toml b/native/xler_native/Cargo.toml index adfacb0..1ad2223 100644 --- a/native/xler_native/Cargo.toml +++ b/native/xler_native/Cargo.toml @@ -9,6 +9,6 @@ path = "src/lib.rs" crate-type = ["dylib"] [dependencies] -rustler = "0.22.2" +rustler = "0.23.0" lazy_static = "1.4" calamine = "0.18.0" \ No newline at end of file