From d1a1133f38eb65a33c7a22ccdd535f70ee1a43c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:18:25 +0000 Subject: [PATCH] build(deps): update pyo3-build-config requirement from 0.21.1 to 0.22.3 Updates the requirements on [pyo3-build-config](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/v0.22.3/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.1...v0.22.3) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyapi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyapi/Cargo.toml b/pyapi/Cargo.toml index 293aa974..0b287b3a 100644 --- a/pyapi/Cargo.toml +++ b/pyapi/Cargo.toml @@ -22,7 +22,7 @@ pyo3 = { version = "0.21.1", features = [ ] } [build-dependencies] -pyo3-build-config = { version = "0.21.1" } +pyo3-build-config = { version = "0.22.3" } [lib] crate-type = ["cdylib"]