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

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


The following commit(s) were added to refs/heads/main by this push:
     new b0beb4398 fix(services/sftp): bump openssh-sftp-client to 0.13.9 
(#2831)
b0beb4398 is described below

commit b0beb4398d74ee272a3df865d3c527b87c50c021
Author: silver-ymz <[email protected]>
AuthorDate: Wed Aug 9 20:26:24 2023 +0800

    fix(services/sftp): bump openssh-sftp-client to 0.13.9 (#2831)
---
 Cargo.lock      | 4 ++--
 core/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 2d5408af1..6407a0fe5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3621,9 +3621,9 @@ dependencies = [
 
 [[package]]
 name = "openssh-sftp-client"
-version = "0.13.8"
+version = "0.13.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "23d135b4ba6155660ac976170a720a135c4fe92c4ddb2763e44b279ee7b9eace"
+checksum = "bff0b8012752f6cdf35c0483c0bd0cc15f4b229284f1f5a7aaf2a66cd7e8fde9"
 dependencies = [
  "bytes",
  "derive_destructure2",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 09087772d..57ae252b7 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.9", optional = true, features = [
   "openssh",
   "tracing",
 ] }

Reply via email to