update crates

This commit is contained in:
Bruce Leidl 2020-06-19 13:00:28 -04:00
parent b759e761d3
commit 9c77af6eff
5 changed files with 791 additions and 511 deletions

1264
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -10,8 +10,8 @@ edition = "2018"
libcitadel = { path = "../libcitadel" } libcitadel = { path = "../libcitadel" }
libc = "0.2" libc = "0.2"
failure = "0.1.1" failure = "0.1.1"
termion = "1.5.1" termion = "1.5"
signal-hook = "0.1.7" signal-hook = "0.1"
[dependencies.cursive] [dependencies.cursive]
version = "=0.11.0" version = "=0.11.0"

View File

@ -7,12 +7,12 @@ edition = "2018"
[dependencies] [dependencies]
libcitadel = { path = "../libcitadel" } libcitadel = { path = "../libcitadel" }
failure = "0.1" failure = "0.1"
rpassword = "2.1.0" rpassword = "4.0"
clap = "2.32.0" clap = "2.33"
lazy_static = "1.2.0" lazy_static = "1.4"
serde_derive = "1.0.82" serde_derive = "1.0"
serde = "1.0.82" serde = "1.0"
toml = "0.4.10" toml = "0.5"
hex = "0.3.2" hex = "0.4"
byteorder = "1" byteorder = "1"

View File

@ -6,20 +6,20 @@ edition = "2018"
[dependencies] [dependencies]
libc = "0.2" libc = "0.2"
nix = "0.12.0" nix = "0.17.0"
failure = "0.1.3" failure = "0.1.3"
toml = "0.4.10" toml = "0.5"
serde = "1.0.82" serde = "1.0"
serde_derive = "1.0.82" serde_derive = "1.0"
lazy_static = "1.2.0" lazy_static = "1.4"
sodiumoxide = "0.2.2" sodiumoxide = "0.2"
hex = "0.3.2" hex = "0.4"
byteorder = "1" byteorder = "1"
bincode = "=1.0.1" bincode = "1.2"
walkdir = "2" walkdir = "2"
dbus = "0.6" dbus = "0.6"
[dependencies.inotify] [dependencies.inotify]
version = "0.7" version = "0.8"
default-features = false default-features = false
features = [] features = []

View File

@ -7,5 +7,5 @@ edition = "2018"
[dependencies] [dependencies]
libcitadel = { path = "../libcitadel" } libcitadel = { path = "../libcitadel" }
failure = "0.1" failure = "0.1"
dbus = "0.6.4" dbus = "0.6"