Skip to content

Commit

Permalink
fix(services/sftp): bump openssh-sftp-client to 0.13.9 (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
silver-ymz authored Aug 9, 2023
1 parent 66f98cd commit b0beb43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down

0 comments on commit b0beb43

Please sign in to comment.