From 42ceb958dfb52d19f041604f71bc539b09ffa133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:53:56 +0000 Subject: [PATCH] chore(deps): update russh requirement from 0.56.0 to 0.57.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/compare/v0.56.0...v0.57.1) --- updated-dependencies: - dependency-name: russh dependency-version: 0.57.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 826d83b4..990111fd 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.57.1", default-features = false, optional = true } reqwest = { version = "0.13.1", features = [ "json", "charset",