Skip to content

Commit

Permalink
Update openssh requirement from 0.10.0 to 0.11.0 (#138)
Browse files Browse the repository at this point in the history
Updates the requirements on [openssh](https://github.com/openssh-rust/openssh) to permit the latest version.
- [Release notes](https://github.com/openssh-rust/openssh/releases)
- [Changelog](https://github.com/openssh-rust/openssh/blob/master/CHANGELOG.md)
- [Commits](openssh-rust/openssh@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent 9832bb4 commit 930cb72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ futures-core = "0.3.28"

scopeguard = "1.1.0"

openssh = { version = "0.10.0", default-features = false, optional = true }
openssh = { version = "0.11.0", default-features = false, optional = true }

[dev-dependencies]
tokio = { version = "1.11.0", features = ["rt", "macros"] }
tempfile = "3.1.0"
pretty_assertions = "1.1.0"
sftp-test-common = { path = "sftp-test-common" }
futures-util = "0.3.28"
openssh = { version = "0.10.0", features = ["native-mux"] }
openssh = { version = "0.11.0", features = ["native-mux"] }
2 changes: 1 addition & 1 deletion openssh-sftp-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ssh_format_error = "0.1.0"

tokio = { version = "1.11.0", features = ["rt"] }

openssh = { version = "0.10.0", default-features = false, optional = true }
openssh = { version = "0.11.0", default-features = false, optional = true }

0 comments on commit 930cb72

Please sign in to comment.