Update deps and remove currently unused

This commit is contained in:
Gregor Reitzenstein 2020-09-14 10:55:59 +02:00
parent 73c24456d4
commit e4d6e9d1d3

View File

@ -32,12 +32,12 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
clap = "2.33" clap = "2.33"
rsasl = "0.1" #rsasl = "0.1"
# rumqtt needs tokio which I'm trying to get away from # rumqtt needs tokio which I'm trying to get away from
paho-mqtt = "0.7.1" paho-mqtt = { git = "https://github.com/dequbed/paho.mqtt.rust.git", branch = "master", features = ["build_bindgen"] }
mlua = { version = "0.4", features = ["async", "luajit"] } #mlua = { version = "0.4", features = ["async", "luajit"] }
libc = "0.2" libc = "0.2"
lmdb-rkv = "0.14" lmdb-rkv = "0.14"