mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-06 22:55:24 +08:00
fixed #20 - OTP auth hanging up the session
This commit is contained in:
parent
82dd327581
commit
4d67a55a63
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue