From d8055c18b629f48bd9cefbe64aee80e4161e0649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:05:08 +0000 Subject: [PATCH] Bump pyo3-build-config from 0.24.1 to 0.27.2 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.24.1 to 0.27.2. - [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.1...v0.27.2) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++-------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffa697b9a..3a578dd1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ "num-bigint", "num-traits", "pyo3", - "pyo3-build-config 0.24.1", + "pyo3-build-config", "rand 0.9.2", "rand_chacha 0.9.0", "regex", @@ -870,22 +870,12 @@ dependencies = [ "memoffset", "once_cell", "portable-atomic", - "pyo3-build-config 0.25.1", + "pyo3-build-config", "pyo3-ffi", "pyo3-macros", "unindent", ] -[[package]] -name = "pyo3-build-config" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1" -dependencies = [ - "once_cell", - "target-lexicon", -] - [[package]] name = "pyo3-build-config" version = "0.25.1" @@ -903,7 +893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c" dependencies = [ "libc", - "pyo3-build-config 0.25.1", + "pyo3-build-config", ] [[package]] @@ -926,7 +916,7 @@ checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc" dependencies = [ "heck", "proc-macro2 1.0.95", - "pyo3-build-config 0.25.1", + "pyo3-build-config", "quote 1.0.40", "syn 2.0.104", ] diff --git a/Cargo.toml b/Cargo.toml index bcb0793a4..4d9390526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ wasm-bindgen = { version = "^0.2.100", features = ["serde-serialize"] } getrandom = { version = "0.2" } [build-dependencies] -pyo3-build-config = "0.24.0" +pyo3-build-config = "0.25.1" [[bin]] name = "opd"