Updated dependencies

This commit is contained in:
veeso
2021-04-03 17:45:02 +02:00
parent f8a448f5e9
commit 52b35f9232
5 changed files with 156 additions and 222 deletions

View File

@@ -34,21 +34,21 @@ chrono = "0.4.19"
content_inspector = "0.2.4"
crossterm = "0.19.0"
dirs = "3.0.1"
edit = "0.1.2"
edit = "0.1.3"
getopts = "0.2.21"
hostname = "0.3.1"
lazy_static = "1.4.0"
magic-crypt = "3.1.6"
rand = "0.8.2"
regex = "1.4.2"
magic-crypt = "3.1.7"
rand = "0.8.3"
regex = "1.4.5"
rpassword = "5.0.1"
ssh2 = "0.9.0"
tempfile = "3.1.0"
textwrap = "0.13.1"
textwrap = "0.13.4"
thiserror = "^1.0.0"
toml = "0.5.8"
whoami = "1.1.0"
wildmatch = "1.0.13"
whoami = "1.1.1"
wildmatch = "2.0.0"
[dependencies.ftp4]
features = ["secure"]
@@ -56,7 +56,7 @@ version = "^4.0.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.121"
version = "^1.0.0"
[dependencies.tui]
default-features = false
@@ -65,7 +65,7 @@ version = "0.14.0"
[dependencies.ureq]
features = ["json"]
version = "2.0.2"
version = "2.1.0"
[features]
githubActions = []