diff --git a/Cargo.toml b/Cargo.toml index 60a8543..38cdce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ssh2 = "0.9.5" openssl = { version = "0.10", features = ["vendored"] } pyo3 = { version = "0.26.0", features = ["generate-import-lib"] } shellexpand = "3.1.0" -pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] } +pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] } tokio = { version = "1", features = ["full"] } russh = { version = "0.56", default-features = false, features = ["flate2", "async-trait", "ring", "rsa"] } russh-sftp = "2.1"