From a6a8de5aa526ac31328f66750ebf73c2222f7203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 07:53:27 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.21.2 to 0.22.2 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.21.2...v0.21.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index e992c70..9a80b84 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -46,5 +46,5 @@ futures = { workspace = true } tokio = { workspace = true } [dependencies.pyo3] -version = "0.21.2" +version = "0.22.2" features = ["extension-module", "abi3", "abi3-py38", "gil-refs", "anyhow"]