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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-07 02:17:44 +00:00
committed by GitHub
parent 5fb35b3de9
commit bd6088fcb5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"] }