dependencies updated

This commit is contained in:
veeso
2022-08-17 10:28:44 +02:00
parent 90d7083b24
commit cce0c92c0b
3 changed files with 279 additions and 305 deletions

View File

@@ -31,22 +31,22 @@ name = "termscp"
path = "src/main.rs"
[dependencies]
argh = "0.1.7"
argh = "0.1.8"
bitflags = "1.3.2"
bytesize = "1.1.0"
chrono = "0.4.19"
chrono = "0.4.22"
content_inspector = "0.2.4"
dirs = "4.0.0"
edit = "0.1.4"
hostname = "0.3.1"
keyring = { version = "1.1.2", optional = true }
keyring = { version = "1.2.0", optional = true }
lazy-regex = "^2.3.0"
lazy_static = "1.4.0"
log = "0.4.17"
magic-crypt = "3.1.10"
notify = "4.0.17"
notify-rust = { version = "4.5.6", default-features = false, features = [ "d" ] }
open = "2.1.3"
open = "3.0.2"
rand = "0.8.5"
remotefs = "^0.2.0"
remotefs-aws-s3 = "^0.2.0"
@@ -59,15 +59,15 @@ simplelog = "0.12.0"
tempfile = "3.2.0"
thiserror = "^1.0.0"
toml = "0.5.0"
tui-realm-stdlib = "1.1.6"
tuirealm = "1.6.0"
tui-realm-stdlib = "1.1.7"
tuirealm = "1.8.0"
unicode-width = "0.1.8"
whoami = "1.2.1"
wildmatch = "2.1.0"
wildmatch = "2.1.1"
[dev-dependencies]
pretty_assertions = "1.2.1"
serial_test = "^0.7.0"
serial_test = "^0.9.0"
[features]
default = [ "with-keyring" ]