diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 56049a70..86cb06a5 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4" memchr = "2.7.2" parse-display = "0.11.0" pin-project-lite = "0.2.14" -russh = { version = "0.61.2", default-features = false, optional = true } +russh = { version = "0.62.4", default-features = false, optional = true } reqwest = { version = "0.13.1", features = [ "json", "charset",