Skip to content

Commit

Permalink
Use ssh2-rs from upstream git
Browse files Browse the repository at this point in the history
sftp fixes are in upstream master but not yet released
  • Loading branch information
sourcefrog committed Oct 13, 2022
1 parent fd992ef commit caf776c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ globset = "0.4.5"
hex = "0.4.2"
itertools = "0.10"
lazy_static = "1.4.0"
libssh2-sys = { version = "0.2.23", git = "https://github.com/sourcefrog/ssh2-rs.git", branch = "readdir-buffer" }
libssh2-sys = { version = "0.3.0", git = "https://github.com/alexcrichton/ssh2-rs.git" }
mutants = "0.0.3"
nutmeg = "0.1"
rayon = "1.3.0"
Expand All @@ -43,7 +43,7 @@ tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = {version = "0.3.11", features = ["env-filter", "fmt"]}
url = "2.2.2"
ssh2 = {version = "0.9.3", git = "https://github.com/sourcefrog/ssh2-rs.git", branch = "readdir-buffer" }
ssh2 = {version = "0.9.4", git = "https://github.com/alexcrichton/ssh2-rs.git" }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit caf776c

Please sign in to comment.