From 7eae678c5d9a3d4ba42d0fd0e69f6da33f9ef5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:35:45 +0000 Subject: [PATCH] Bump pyo3-build-config from 0.15.2 to 0.21.2 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.15.2 to 0.21.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.21.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 | 17 ++++------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da84abe9..a5e63c3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ "num-bigint", "num-traits", "pyo3", - "pyo3-build-config 0.15.2", + "pyo3-build-config", "rand", "rand_chacha", "regex", @@ -954,21 +954,12 @@ dependencies = [ "memoffset", "parking_lot", "portable-atomic", - "pyo3-build-config 0.21.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.21.2" @@ -986,7 +977,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" dependencies = [ "libc", - "pyo3-build-config 0.21.2", + "pyo3-build-config", ] [[package]] @@ -1009,7 +1000,7 @@ checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" dependencies = [ "heck", "proc-macro2 1.0.66", - "pyo3-build-config 0.21.2", + "pyo3-build-config", "quote 1.0.32", "syn 2.0.32", ] diff --git a/Cargo.toml b/Cargo.toml index bfaae5dc..6376abf2 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.21.2" [[bin]] name = "opd"