fixed #20 - OTP auth hanging up the session

This commit is contained in:
Eugene Pankov 2022-06-16 21:03:31 +02:00
parent 82dd327581
commit 4d67a55a63
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2589,9 +2589,9 @@ dependencies = [
[[package]]
name = "russh"
version = "0.34.0-beta.2"
version = "0.34.0-beta.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d662ff7b0b00a0b8dc6d66b1cfcdb6e587421cec345805fde78890ca0158de"
checksum = "381859f0ff98e1fe35f1f6c0639579f0c4ac41cc437c975fb79bd51b1b600d06"
dependencies = [
"bitflags",
"byteorder",

View file

@ -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"