bump remotefs-ssh to 0.1.5 (#164)

This commit is contained in:
Christian Visintin
2023-04-18 11:44:49 +02:00
committed by GitHub
parent efb30231ee
commit f6b2c814c0

View File

@@ -78,12 +78,12 @@ with-keyring = [ "keyring" ]
[target."cfg(target_family = \"windows\")"]
[target."cfg(target_family = \"windows\")".dependencies]
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\")".dependencies]
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"
[profile.dev]