From 4b9aa50a25d7e25032d9ae84c1afab05893e1a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:56:11 +0000 Subject: [PATCH] chore(deps): update pyo3 requirement from 0.21.1 to 0.22.0 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.1...v0.21.2) --- updated-dependencies: - dependency-name: pyo3 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 56ea6ca..3714e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ name = "integration" path = "tests/lib.rs" [workspace.dependencies] -pyo3 = "0.21.1" +pyo3 = "0.22.0" pythonize = "0.21.1" serde = "1.0" serde_json = "1.0"