Skip to content

Commit 5282f39

Browse files
authored
Merge pull request #102 from openssh-rust/dependabot/cargo/openssh-sftp-client-0.12.0
Update openssh-sftp-client requirement from 0.11.0 to 0.12.0
2 parents 42975b2 + f9d947e commit 5282f39

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
@@ -52,7 +52,7 @@ openssh-mux-client = { version = "0.15.1", optional = true }
5252
[dev-dependencies]
5353
regex = "1"
5454
tokio = { version = "1", features = [ "full" ] }
55-
openssh-sftp-client = "0.11.0"
55+
openssh-sftp-client = "0.12.0"
5656

5757
[[example]]
5858
name = "native-mux_tsp"

0 commit comments

Comments
 (0)