fix ssh password auth

This commit is contained in:
Robin Appelman 2024-02-14 22:46:52 +01:00
commit b521da12c6
3 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View file

@ -1764,9 +1764,9 @@ dependencies = [
[[package]]
name = "thrussh"
version = "0.35.1"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "addf63d9ce535faca8a869a234de46c6018e9fa4b7e65597ca64e457bb8d128e"
checksum = "0eb7f634184fe86d7a9fd587d9350137508cba7b77626a7785db2ca695ebc503"
dependencies = [
"bitflags 1.3.2",
"byteorder",