updated dependencies of mlua in order to fix https://github.com/sayanarijit/xplr/issues/384

pull/388/head
jmechnich 3 years ago committed by Arijit Basu
parent 05fb583f98
commit 6efd29c3dd

10
Cargo.lock generated

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ansi-to-tui"
version = "0.4.1"
@ -87,9 +89,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.70"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
[[package]]
name = "cfg-if"
@ -456,9 +458,9 @@ dependencies = [
[[package]]
name = "luajit-src"
version = "210.2.0+resty5f13855"
version = "210.3.0+restyeced77f"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f85722ea9e022305a077b916c9271011a195ee8dc9b2b764fc78b0378e3b72"
checksum = "084807a533537567019ffc9415c901d5d0a2f1e5f3956f2f4de0534a4bb74118"
dependencies = [
"cc",
]

Loading…
Cancel
Save