diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 826d83b4..fffa9a96 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.0", default-features = false, optional = true } reqwest = { version = "0.13.1", features = [ "json", "charset",