From e4d6e9d1d3330ae5b4a56e434f8b550ca1b5de71 Mon Sep 17 00:00:00 2001 From: Gregor Reitzenstein Date: Mon, 14 Sep 2020 10:55:59 +0200 Subject: [PATCH] Update deps and remove currently unused --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5327abe..df2a1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,12 +32,12 @@ uuid = { version = "0.8", features = ["serde", "v4"] } clap = "2.33" -rsasl = "0.1" +#rsasl = "0.1" # 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" lmdb-rkv = "0.14"