From f87557a303b5aee4448cf9a9bf50fd74fb34730d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:46:56 +0000 Subject: [PATCH] Update pyo3-async-runtimes requirement from 0.26.0 to 0.27.0 Updates the requirements on [pyo3-async-runtimes](https://github.com/PyO3/pyo3-async-runtimes) to permit the latest version. - [Release notes](https://github.com/PyO3/pyo3-async-runtimes/releases) - [Changelog](https://github.com/PyO3/pyo3-async-runtimes/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/pyo3-async-runtimes/compare/v0.26.0...v0.26.0) --- updated-dependencies: - dependency-name: pyo3-async-runtimes dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"