Skip to content

Commit

Permalink
Update openssh-sftp-client requirement from 0.13.1 to 0.14.0 (#134)
Browse files Browse the repository at this point in the history
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](openssh-rust/openssh-sftp-client@0.13.1...0.14.0)

---
updated-dependencies:
- dependency-name: openssh-sftp-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent dd09aa4 commit 74f8ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libc = "0.2.137"
[dev-dependencies]
regex = "1"
tokio = { version = "1", features = [ "full" ] }
openssh-sftp-client = "0.13.1"
openssh-sftp-client = "0.14.0"

[[example]]
name = "native-mux_tsp"
Expand Down

0 comments on commit 74f8ade

Please sign in to comment.