From 0d471a3a2e7a89c6da346833deb75d274571e85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:07:12 +0000 Subject: [PATCH] build(deps): update russh requirement from 0.48.2 to 0.49.0 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.48.2...v0.48.2) --- 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 a6e78b09d..2adc2465e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ sha1 = "0.10.6" futures = "0.3.30" futures-util = "0.3.30" go-defer = "0.1.0" -russh = "0.48.2" +russh = "0.49.0" russh-keys = "0.48.1" axum = "0.7.7" axum-extra = "0.9.4"