Dependencies

This commit is contained in:
veeso
2021-07-03 15:56:26 +02:00
parent d20c2c786b
commit a105a42519
3 changed files with 52 additions and 51 deletions

View File

@@ -42,14 +42,14 @@ lazy_static = "1.4.0"
log = "0.4.14"
magic-crypt = "3.1.7"
open = "1.7.0"
rand = "0.8.3"
rand = "0.8.4"
regex = "1.5.4"
rpassword = "5.0.1"
serde = { version = "^1.0.0", features = [ "derive" ] }
simplelog = "0.10.0"
ssh2 = "0.9.0"
tempfile = "3.1.0"
textwrap = "0.14.0"
textwrap = "0.14.2"
thiserror = "^1.0.0"
toml = "0.5.8"
tuirealm = { version = "0.4.3", features = [ "with-components" ] }