mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 06:47:56 +01:00
Update deps and remove currently unused
This commit is contained in:
parent
73c24456d4
commit
e4d6e9d1d3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user