Skip to content

Commit a471aa2

Browse files
Update openssh-sftp-client requirement from 0.12.0 to 0.13.1 (#118)
Updates the requirements on [openssh-sftp-client](https://github.com/openssh-rust/openssh-sftp-client) to permit the latest version. - [Release notes](https://github.com/openssh-rust/openssh-sftp-client/releases) - [Commits](https://github.com/openssh-rust/openssh-sftp-client/commits/0.13.1) --- updated-dependencies: - dependency-name: openssh-sftp-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 145085b commit a471aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ libc = "0.2.137"
5454
[dev-dependencies]
5555
regex = "1"
5656
tokio = { version = "1", features = [ "full" ] }
57-
openssh-sftp-client = "0.12.0"
57+
openssh-sftp-client = "0.13.1"
5858

5959
[[example]]
6060
name = "native-mux_tsp"

0 commit comments

Comments
 (0)