From 4dbbb56c4e6d948027c2c3d6865bae6ad6abb9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 04:18:18 +0000 Subject: [PATCH] build(deps): update pyo3-async-runtimes requirement 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.23.0...v0.23.0) --- updated-dependencies: - dependency-name: pyo3-async-runtimes 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 e82f1e1f..c7abfdf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ pyo3 = { version = "0.23.5", features = [ "multiple-pymethods", "generate-import-lib", ] } -pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime", "unstable-streams"] } +pyo3-async-runtimes = { version = "0.24.0", features = ["tokio-runtime", "unstable-streams"] } pyo3-log = { version = "0.12.1", optional = true } pyo3-stub-gen = "0.7.0" log = { version = "0.4", optional = true }