From 69dbe977cbc0bed6cd58389d3c67440a6522c5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:59:40 +0000 Subject: [PATCH] Update russh requirement from 0.49 to 0.50 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.49.0...v0.50.0) --- updated-dependencies: - dependency-name: russh 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 e467482..6dec01e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4" flurry = "0.5" [dev-dependencies] -russh = "0.49" +russh = "0.50" russh-keys = "0.49" env_logger = "0.11" anyhow = "1.0"