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",