Skip to content

Commit 49000d6

Browse files
Update openssh requirement from 0.9.9 to 0.10.0 (#106)
Updates the requirements on [openssh](https://github.com/openssh-rust/openssh) to permit the latest version. - [Commits](openssh-rust/openssh@v0.9.9...v0.10.0) --- updated-dependencies: - dependency-name: openssh dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 195c77f commit 49000d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ futures-core = "0.3.28"
4949

5050
scopeguard = "1.1.0"
5151

52-
openssh = { version = "0.9.9", default-features = false, optional = true }
52+
openssh = { version = "0.10.0", default-features = false, optional = true }
5353

5454
[dev-dependencies]
5555
tokio = { version = "1.11.0", features = ["rt", "macros"] }
5656
tempfile = "3.1.0"
5757
pretty_assertions = "1.1.0"
5858
sftp-test-common = { path = "sftp-test-common" }
5959
futures-util = "0.3.28"
60-
openssh = { version = "0.9.9", features = ["native-mux"] }
60+
openssh = { version = "0.10.0", features = ["native-mux"] }

openssh-sftp-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ ssh_format_error = "0.1.0"
2727

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

30-
openssh = { version = "0.9.9", default-features = false, optional = true }
30+
openssh = { version = "0.10.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)