From 730fe0f56497966c1ac2578f337ded93bad4cd65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:28:44 +0000 Subject: [PATCH] chore(deps): Bump the rust-dependencies group with 2 updates Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) and [pyo3-async-runtimes](https://github.com/PyO3/pyo3-async-runtimes) to permit the latest version. Updates `pyo3` to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.24.0...v0.24.2) Updates `pyo3-async-runtimes` to 0.28.0 - [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.24.0...v0.28.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: pyo3-async-runtimes dependency-version: 0.28.0 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08d6cfb..3d5d1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,5 +83,5 @@ tracing = "0.1" serial_test = "3" # Python bindings -pyo3 = { version = "0.24.2", features = ["extension-module", "generate-import-lib"] } -pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"] } +pyo3 = { version = "0.28.0", features = ["extension-module", "generate-import-lib"] } +pyo3-async-runtimes = { version = "0.28", features = ["tokio-runtime"] }