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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-24 13:03:31 +02:00 committed by GitHub
parent 559c7c636c
commit 4c64e761d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"