File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ futures-core = "0.3.28"
49
49
50
50
scopeguard = " 1.1.0"
51
51
52
- openssh = { version = " 0.9.9 " , default-features = false , optional = true }
52
+ openssh = { version = " 0.10.0 " , default-features = false , optional = true }
53
53
54
54
[dev-dependencies ]
55
55
tokio = { version = " 1.11.0" , features = [" rt" , " macros" ] }
56
56
tempfile = " 3.1.0"
57
57
pretty_assertions = " 1.1.0"
58
58
sftp-test-common = { path = " sftp-test-common" }
59
59
futures-util = " 0.3.28"
60
- openssh = { version = " 0.9.9 " , features = [" native-mux" ] }
60
+ openssh = { version = " 0.10.0 " , features = [" native-mux" ] }
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ ssh_format_error = "0.1.0"
27
27
28
28
tokio = { version = " 1.11.0" , features = [" rt" ] }
29
29
30
- openssh = { version = " 0.9.9 " , default-features = false , optional = true }
30
+ openssh = { version = " 0.10.0 " , default-features = false , optional = true }
You can’t perform that action at this time.
0 commit comments