mirror of
https://github.com/veeso/termscp.git
synced 2026-04-12 05:01:25 -07:00
updated dependencies
This commit is contained in:
22
Cargo.toml
22
Cargo.toml
@@ -37,28 +37,28 @@ bytesize = "1.1.0"
|
||||
chrono = "0.4.19"
|
||||
content_inspector = "0.2.4"
|
||||
dirs = "4.0.0"
|
||||
edit = "0.1.3"
|
||||
edit = "0.1.4"
|
||||
hostname = "0.3.1"
|
||||
keyring = { version = "1.1.2", optional = true }
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.14"
|
||||
magic-crypt = "3.1.9"
|
||||
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.0.3"
|
||||
open = "2.1.3"
|
||||
rand = "0.8.5"
|
||||
regex = "1.5.5"
|
||||
regex = "1.5.6"
|
||||
remotefs = "^0.2.0"
|
||||
remotefs-aws-s3 = "^0.2.0"
|
||||
remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] }
|
||||
remotefs-ssh = "^0.1.0"
|
||||
rpassword = "5.0.1"
|
||||
self_update = { version = "0.28.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||
rpassword = "6.0.1"
|
||||
self_update = { version = "0.30.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||
serde = { version = "^1.0.0", features = [ "derive" ] }
|
||||
simplelog = "0.11.1"
|
||||
simplelog = "0.12.0"
|
||||
tempfile = "3.2.0"
|
||||
thiserror = "^1.0.0"
|
||||
toml = "0.5.8"
|
||||
toml = "0.5.0"
|
||||
tui-realm-stdlib = "1.1.6"
|
||||
tuirealm = "1.6.0"
|
||||
unicode-width = "0.1.8"
|
||||
@@ -66,8 +66,8 @@ whoami = "1.2.1"
|
||||
wildmatch = "2.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.1.0"
|
||||
serial_test = "^0.5.1"
|
||||
pretty_assertions = "1.2.1"
|
||||
serial_test = "^0.7.0"
|
||||
|
||||
[features]
|
||||
default = [ "with-keyring" ]
|
||||
|
||||
Reference in New Issue
Block a user