From 0f4e46278e973dc0f00c3d5b065a198aaafb8728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:54:14 +0000 Subject: [PATCH] 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.22.0) --- 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 138b578..e9ee179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name = "hifitime" [dependencies] serde = { version = "1.0.155", optional = true } serde_derive = { version = "1.0.155", optional = true } -pyo3 = { version = "0.21.1", features = [ +pyo3 = { version = "0.22.0", features = [ "extension-module", "multiple-pymethods", ], optional = true }