From 82331179626653d01f419edee799c7314e10d3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:58:24 +0100 Subject: [PATCH] Update pyo3-build-config requirement from 0.23.2 to 0.24.0 (#3058) 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/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.23.2...v0.23.5) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3386088bfc..179510f19e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ postcard = { version = "1.0.10", features = [ "alloc", ], default-features = false } # no_std compatible serde serialization format pyo3 = "0.23.2" -pyo3-build-config = "0.23.2" +pyo3-build-config = "0.24.0" rangemap = "1.5.1" regex = "1.10.6" rustversion = "1.0.17"