Skip to content

Commit

Permalink
chore(servies/sftp): Upgrade openssh-sftp-client to 0.14 (#3538)
Browse files Browse the repository at this point in the history
servies/sftp: Upgrade openssh-sftp-client to 0.14
  • Loading branch information
sd44 authored Nov 8, 2023
1 parent 9b423ae commit 9a323ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 35 deletions.
46 changes: 13 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ moka = { version = "0.10", optional = true, features = ["future"] }
mongodb = { version = "2.7.0", optional = true, features = ["tokio-runtime"] }
mysql_async = { version = "0.32.2", optional = true }
once_cell = "1"
openssh = { version = "0.9.9", optional = true }
openssh-sftp-client = { version = "0.13.9", optional = true, features = [
openssh = { version = "0.10.0", optional = true }
openssh-sftp-client = { version = "0.14.0", optional = true, features = [
"openssh",
"tracing",
] }
Expand Down

0 comments on commit 9a323ab

Please sign in to comment.