This is an automated email from the ASF dual-hosted git repository.

silver pushed a commit to branch bump-openssh
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 18fbf5f57094b87f6501237a28e115e65fda6159
Author: silver-ymz <[email protected]>
AuthorDate: Wed Aug 9 19:47:30 2023 +0800

    fix(services/sftp): bump openssh-sftp-client to 0.13.9
    
    Signed-off-by: silver-ymz <[email protected]>
---
 core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Cargo.toml b/core/Cargo.toml
index 09087772d..f2f911039 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -227,7 +227,7 @@ minitrace = { version = "0.5", optional = true }
 moka = { version = "0.10", optional = true, features = ["future"] }
 once_cell = "1"
 openssh = { version = "0.9.9", optional = true }
-openssh-sftp-client = { version = "0.13.8", optional = true, features = [
+openssh-sftp-client = { version = "0.13.999999999", optional = true, features 
= [
   "openssh",
   "tracing",
 ] }

Reply via email to