Skip to content

Commit 2b9a805

Browse files
dependabot[bot]NobodyXu
authored andcommitted
Update openssh-sftp-client requirement from 0.10.0 to 0.11.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] <[email protected]>
1 parent 349fd37 commit 2b9a805

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
@@ -56,7 +56,7 @@ openssh-mux-client = { version = "0.15.0", optional = true }
5656
lazy_static = "1.4.0"
5757
regex = "1"
5858
tokio = { version = "1", features = [ "full" ] }
59-
openssh-sftp-client = "0.10.0"
59+
openssh-sftp-client = "0.11.0"
6060

6161
[[example]]
6262
name = "native-mux_tsp"

0 commit comments

Comments
 (0)