From 2d8341ba2e84f350d88562aa64e58e29ab85fef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:53:08 +0000 Subject: [PATCH] chore(deps): update russh requirement from 0.56.0 to 0.58.1 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/commits) --- updated-dependencies: - dependency-name: russh dependency-version: 0.58.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testcontainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 45ccfbbd..97a98b1d 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4" memchr = "2.7.2" parse-display = "0.9.0" pin-project-lite = "0.2.14" -russh = { version = "0.56.0", default-features = false, optional = true } +russh = { version = "0.58.1", default-features = false, optional = true } reqwest = { version = "0.13.1", features = [ "json", "charset",