From 58a49cf149640c35b907c149c75d3a7317a186b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:13:18 +0000 Subject: [PATCH] chore(deps)(deps): update pyo3 requirement from 0.22 to 0.28 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [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.22.0...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 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 1328ac5a..0430203a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ chrono-tz = "0.10" log = "0.4" redis = { version = "0.27", features = ["script"] } openssl-sys = { version = "0.9", features = ["vendored"] } -pyo3 = { version = "0.22", features = ["multiple-pymethods"] } +pyo3 = { version = "0.28", features = ["multiple-pymethods"] } async-trait = "0.1" dagron-core = { git = "https://github.com/ByteVeda/dagron.git", rev = "d1b61aaf2ed2d516b9a239f089a55b143cb05f65" }