Skip to content

Commit f9d947e

Browse files
Update openssh-sftp-client requirement from 0.11.0 to 0.12.0
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) --- updated-dependencies: - dependency-name: openssh-sftp-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42975b2 commit f9d947e

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
@@ -52,7 +52,7 @@ openssh-mux-client = { version = "0.15.1", optional = true }
5252
[dev-dependencies]
5353
regex = "1"
5454
tokio = { version = "1", features = [ "full" ] }
55-
openssh-sftp-client = "0.11.0"
55+
openssh-sftp-client = "0.12.0"
5656

5757
[[example]]
5858
name = "native-mux_tsp"

0 commit comments

Comments
 (0)