From bd6088fcb5cd2437429d54fab4417cbaf0fb6bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 02:17:44 +0000 Subject: [PATCH] chore(deps): bump russh from 0.54.1 to 0.54.3 Bumps [russh](https://github.com/warp-tech/russh) from 0.54.1 to 0.54.3. - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](https://github.com/warp-tech/russh/compare/v0.54.1...v0.54.3) --- updated-dependencies: - dependency-name: russh dependency-version: 0.54.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }