Skip to content

Commit

Permalink
fixed #20 - OTP auth hanging up the session
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 16, 2022
1 parent 82dd327 commit 4d67a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion warpgate-protocol-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bimap = "0.6"
bytes = "1.1"
dialoguer = "0.10"
futures = "0.3"
russh = {version = "0.34.0-beta.2", features = ["openssl"]}
russh = {version = "0.34.0-beta.4", features = ["openssl"]}
russh-keys = {version = "0.22.0-beta.1", features = ["openssl"]}
sea-orm = {version = "^0.8", features = ["runtime-tokio-native-tls"], default-features = false}
thiserror = "1.0"
Expand Down

0 comments on commit 4d67a55

Please sign in to comment.