mirror of
https://github.com/veeso/termscp.git
synced 2026-07-27 18:11:06 +02:00
updated deps
This commit is contained in:
22
Cargo.toml
22
Cargo.toml
@@ -31,7 +31,7 @@ name = "termscp"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
argh = "0.1.8"
|
||||
argh = "0.1.9"
|
||||
bitflags = "1.3.2"
|
||||
bytesize = "1.1.0"
|
||||
chrono = "0.4.22"
|
||||
@@ -45,31 +45,31 @@ 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 = "3.0.2"
|
||||
notify-rust = { version = "4.5.10", default-features = false, features = [ "d" ] }
|
||||
open = "3.0.3"
|
||||
rand = "0.8.5"
|
||||
remotefs = "^0.2.0"
|
||||
remotefs-aws-s3 = { version = "^0.2.1", default-features = false, features = [ "find", "rustls" ] }
|
||||
remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] }
|
||||
remotefs-ssh = { version = "^0.1.2", features = [ "ssh2-vendored" ] }
|
||||
rpassword = "6.0.1"
|
||||
self_update = { version = "0.30.0", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||
serde = { version = "^1.0.0", features = [ "derive" ] }
|
||||
rpassword = "7.0.0"
|
||||
self_update = { version = "0.32.0", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||
serde = { version = "^1", features = [ "derive" ] }
|
||||
simplelog = "0.12.0"
|
||||
ssh2-config = "^0.1.3"
|
||||
tempfile = "3.2.0"
|
||||
thiserror = "^1.0.0"
|
||||
thiserror = "^1"
|
||||
toml = "0.5.0"
|
||||
tui-realm-stdlib = "1.1.7"
|
||||
tuirealm = "1.8.0"
|
||||
unicode-width = "0.1.8"
|
||||
unicode-width = "0.1.10"
|
||||
version-compare = "0.1.0"
|
||||
whoami = "1.2.1"
|
||||
whoami = "1.2.3"
|
||||
wildmatch = "2.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.2.1"
|
||||
serial_test = "^0.9.0"
|
||||
pretty_assertions = "^1.3"
|
||||
serial_test = "^0.9"
|
||||
|
||||
[features]
|
||||
default = [ "with-keyring" ]
|
||||
|
||||
Reference in New Issue
Block a user