mirror of
https://github.com/veeso/termscp.git
synced 2026-04-10 04:01:25 -07:00
removed libssl dependency
This commit is contained in:
@@ -49,11 +49,11 @@ notify-rust = { version = "4.5.6", default-features = false, features = [ "d" ]
|
||||
open = "3.0.2"
|
||||
rand = "0.8.5"
|
||||
remotefs = "^0.2.0"
|
||||
remotefs-aws-s3 = "^0.2.0"
|
||||
remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] }
|
||||
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", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||
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" ] }
|
||||
simplelog = "0.12.0"
|
||||
ssh2-config = "^0.1.3"
|
||||
|
||||
Reference in New Issue
Block a user