Updated deps

This commit is contained in:
veeso
2022-01-05 13:13:41 +01:00
committed by Christian Visintin
parent 332284fec3
commit 49e69277af
3 changed files with 29 additions and 24 deletions

View File

@@ -43,9 +43,9 @@ hostname = "0.3.1"
keyring = { version = "1.0.0", optional = true }
lazy_static = "1.4.0"
log = "0.4.14"
magic-crypt = "3.1.7"
notify-rust = { version = "4.5.3", default-features = false, features = [ "d" ] }
open = "2.0.1"
magic-crypt = "3.1.9"
notify-rust = { version = "4.5.5", default-features = false, features = [ "d" ] }
open = "2.0.2"
rand = "0.8.4"
regex = "1.5.4"
remotefs = "^0.2.0"
@@ -53,18 +53,17 @@ remotefs-aws-s3 = "^0.1.0"
remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] }
remotefs-ssh = "^0.1.0"
rpassword = "5.0.1"
self_update = { version = "0.27.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
self_update = { version = "0.28.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
serde = { version = "^1.0.0", features = [ "derive" ] }
simplelog = "0.10.0"
tempfile = "3.1.0"
textwrap = "0.14.2"
simplelog = "0.11.1"
tempfile = "3.2.0"
thiserror = "^1.0.0"
toml = "0.5.8"
tui-realm-stdlib = "^1.1.0"
tuirealm = "^1.2.0"
unicode-width = "^0.1.8"
whoami = "1.1.1"
wildmatch = "2.0.0"
tui-realm-stdlib = "1.1.5"
tuirealm = "1.4.2"
unicode-width = "0.1.8"
whoami = "1.2.1"
wildmatch = "2.1.0"
[dev-dependencies]
pretty_assertions = "0.7.2"