From fbcdcd0f06350d7b0266443fa4b85f67b0d9d4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:29:01 +0000 Subject: [PATCH] Update russh requirement from 0.53 to 0.54 Updates the requirements on [russh](https://github.com/warp-tech/russh) to permit the latest version. - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](https://github.com/warp-tech/russh/compare/v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: russh dependency-version: 0.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 183702f5..43acfaa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ libc = "0.2" rand = "0.9" # SSH support - only when needed -russh = { version = "0.53", optional = true } +russh = { version = "0.54", optional = true } russh-keys = { version = "0.44", optional = true } # Async utilities