From b63d71af98dc27dbc5aeeea9811983ff0c2fe6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:51:35 +0000 Subject: [PATCH] Bump pyo3-build-config from 0.15.2 to 0.20.2 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.15.2 to 0.20.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.15.2...v0.20.2) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++------------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a74cdc88..6c29a93f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ "num-bigint", "num-traits", "pyo3", - "pyo3-build-config 0.15.2", + "pyo3-build-config", "rand", "rand_chacha", "regex", @@ -941,21 +941,12 @@ dependencies = [ "libc", "memoffset", "parking_lot", - "pyo3-build-config 0.20.2", + "pyo3-build-config", "pyo3-ffi", "pyo3-macros", "unindent", ] -[[package]] -name = "pyo3-build-config" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "779239fc40b8e18bc8416d3a37d280ca9b9fb04bda54b98037bb6748595c2410" -dependencies = [ - "once_cell", -] - [[package]] name = "pyo3-build-config" version = "0.20.2" @@ -973,7 +964,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1" dependencies = [ "libc", - "pyo3-build-config 0.20.2", + "pyo3-build-config", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3a391fab..abf4ed1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ getrandom = { version = "0.2", features = ["js"] } getrandom = { version = "0.2" } [build-dependencies] -pyo3-build-config = "0.15.1" +pyo3-build-config = "0.20.2" [[bin]] name = "opd"