mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
bump remotefs-ssh to 0.1.5 (#164)
This commit is contained in:
committed by
GitHub
parent
efb30231ee
commit
f6b2c814c0
@@ -78,12 +78,12 @@ with-keyring = [ "keyring" ]
|
|||||||
[target."cfg(target_family = \"windows\")"]
|
[target."cfg(target_family = \"windows\")"]
|
||||||
[target."cfg(target_family = \"windows\")".dependencies]
|
[target."cfg(target_family = \"windows\")".dependencies]
|
||||||
remotefs-ftp = { version = "^0.1.2", features = [ "native-tls" ] }
|
remotefs-ftp = { version = "^0.1.2", features = [ "native-tls" ] }
|
||||||
remotefs-ssh = "^0.1.3"
|
remotefs-ssh = "^0.1.5"
|
||||||
|
|
||||||
[target."cfg(target_family = \"unix\")"]
|
[target."cfg(target_family = \"unix\")"]
|
||||||
[target."cfg(target_family = \"unix\")".dependencies]
|
[target."cfg(target_family = \"unix\")".dependencies]
|
||||||
remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] }
|
remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] }
|
||||||
remotefs-ssh = { version = "^0.1.3", features = [ "ssh2-vendored" ] }
|
remotefs-ssh = { version = "^0.1.5", features = [ "ssh2-vendored" ] }
|
||||||
users = "0.11.0"
|
users = "0.11.0"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
|||||||
Reference in New Issue
Block a user