From 4ccef1acaff246f48cff4ec4e6d9c0f5245f55ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 07:48:15 +0300 Subject: [PATCH] Bump rustler from 0.22.0 to 0.22.2 in /native/xler_native (#33) Bumps [rustler](https://github.com/rusterlium/rustler) from 0.22.0 to 0.22.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.22.0...rustler-0.22.2) --- updated-dependencies: - dependency-name: rustler dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d0402e..20d41b9 100644 --- a/native/xler_native/Cargo.lock +++ b/native/xler_native/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "rustler" -version = "0.22.0" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b787d3b2a80007f41cd4c0c310cdeb3936192768159585f65ecc7e96faf97fc3" +checksum = "08281b5931d395414fe2e3e786d4b21dbcffc18d848d542d8a2da03026cb7cb8" dependencies = [ "lazy_static", "rustler_codegen", @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.22.0" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a1f867002b6f0130f47abf215cac4405646db6f5d7b009b21c890980490aa4" +checksum = "96f4adf61752ab8c56df102591ff97c93d4e5c7a9ff04b82cdfa85dfa072544c" dependencies = [ "heck", "proc-macro2", diff --git a/native/xler_native/Cargo.toml b/native/xler_native/Cargo.toml index ae57b95..adfacb0 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.0" +rustler = "0.22.2" lazy_static = "1.4" calamine = "0.18.0" \ No newline at end of file