diff --git a/Cargo.lock b/Cargo.lock index 28cf150..a92b877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1849,9 +1849,9 @@ dependencies = [ [[package]] name = "russh" -version = "0.54.1" +version = "0.54.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de956421c15e2068e207578852cf1af4f24b32ede68ab3ae60d8489444ff31df" +checksum = "00897b69ab623d39b396af89f1acbb775fb5a730f0db91833da297d5a6cd3f8d" dependencies = [ "aes", "aws-lc-rs", diff --git a/Cargo.toml b/Cargo.toml index fd187ea..a32d83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ env_logger = "0.11.7" log = "0.4.27" ratatui = "0.29.0" ringbuffer = "0.16.0" -russh = "0.54.1" +russh = "0.54.3" thiserror = "2.0.16" tokio = "1.47.1" tui-textarea = { version = "0.7.0", features = ["termion"] }