From 9611c59a6c6fe464d2349fd46ede07091942d38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 19:15:48 +0200 Subject: [PATCH] Update pyo3-build-config requirement from 0.24.0 to 0.25.0 (#3230) 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.24.0...v0.24.2) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-version: 0.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongjia "toka" Zhang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb11e362c7..46b22a0701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ postcard = { version = "1.0.10", features = [ "alloc", ], default-features = false } # no_std compatible serde serialization format pyo3 = "0.24.1" -pyo3-build-config = "0.24.0" +pyo3-build-config = "0.25.0" rangemap = "1.5.1" regex = "1.10.6" rustversion = "1.0.17"