mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
Update crate dependencies
This commit is contained in:
parent
678a274544
commit
320521d28b
612
Cargo.lock
generated
612
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
58
Cargo.toml
58
Cargo.toml
@ -16,34 +16,34 @@ default = ["lmdb"]
|
||||
lmdb = []
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3", features = ["thread-pool", "compat"] }
|
||||
futures-util = "0.3"
|
||||
futures-signals = "0.3"
|
||||
futures = { version = "0.3.16", features = ["thread-pool", "compat"] }
|
||||
futures-util = "0.3.16"
|
||||
futures-signals = "0.3.22"
|
||||
|
||||
smol = "1.0"
|
||||
smol = "1.2.5"
|
||||
|
||||
signal-hook = "0.1"
|
||||
signal-hook = "0.3.9"
|
||||
|
||||
slog = { version = "2.5", features = ["max_level_trace"] }
|
||||
slog-term = "2.6"
|
||||
slog-async = "2.5"
|
||||
slog = { version = "2.7.0", features = ["max_level_trace"] }
|
||||
slog-term = "2.8.0"
|
||||
slog-async = "2.7.0"
|
||||
|
||||
capnp = "0.14"
|
||||
capnp-rpc = "0.14"
|
||||
capnp-futures = "0.14"
|
||||
capnp = "0.14.3"
|
||||
capnp-rpc = "0.14.1"
|
||||
capnp-futures = "0.14.1"
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
flexbuffers = "0.1"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
toml = "0.5.8"
|
||||
flexbuffers = "2.0.0"
|
||||
|
||||
serde_dhall = { version = "0.10", default-features = false }
|
||||
serde_dhall = { version = "0.10.1", default-features = false }
|
||||
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
|
||||
clap = "2.33"
|
||||
clap = "2.33.3"
|
||||
|
||||
# TODO update this if bindgen breaks (again)
|
||||
rsasl = "0.2.3"
|
||||
rsasl = "1.0.1"
|
||||
#rsasl = { path = "../../rsasl" }
|
||||
|
||||
# rumqtt needs tokio which I'm trying to get away from
|
||||
@ -51,24 +51,24 @@ paho-mqtt = { git = "https://github.com/dequbed/paho.mqtt.rust.git", branch = "m
|
||||
|
||||
#mlua = { version = "0.4", features = ["async", "luajit"] }
|
||||
|
||||
libc = "0.2"
|
||||
lmdb-rkv = "0.14"
|
||||
libc = "0.2.101"
|
||||
lmdb-rkv = "0.14.0"
|
||||
|
||||
async-trait = "0.1"
|
||||
async-trait = "0.1.51"
|
||||
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
rust-argon2 = "0.8"
|
||||
rand = "0.7"
|
||||
rust-argon2 = "0.8.3"
|
||||
rand = "0.8.4"
|
||||
|
||||
async-channel = "1.5"
|
||||
easy-parallel = "3.1"
|
||||
genawaiter = "0.99"
|
||||
async-channel = "1.6.1"
|
||||
easy-parallel = "3.1.0"
|
||||
genawaiter = "0.99.1"
|
||||
|
||||
[build-dependencies]
|
||||
capnpc = "0.14"
|
||||
capnpc = "0.14.4"
|
||||
# Used in build.rs to iterate over all files in schema/
|
||||
walkdir = "2"
|
||||
walkdir = "2.3.2"
|
||||
|
||||
[dev-dependencies]
|
||||
futures-test = "0.3"
|
||||
futures-test = "0.3.16"
|
||||
|
Loading…
Reference in New Issue
Block a user