Diff
Cargo.lock | 4 +++-
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -1930,9 +1930,9 @@
[[package]]
name = "thrussh"
version = "0.34.0"
version = "0.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb7f634184fe86d7a9fd587d9350137508cba7b77626a7785db2ca695ebc503"
checksum = "addf63d9ce535faca8a869a234de46c6018e9fa4b7e65597ca64e457bb8d128e"
dependencies = [
"bitflags 1.3.2",
"byteorder",
@@ -31,7 +31,7 @@
serde_json = "1"
shlex = "1.1"
smol_str = { version = "0.2.1", features = ["serde"] }
thrussh = "0.34"
thrussh = "0.35"
thrussh-keys = "0.22"
thrussh-libsodium = "=0.2.1"
time = { version = "0.3", features = ["serde", "parsing"] }