From 8dfcd05b5e8fc7781c311a684c4eb087b7151ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:36:58 +0000 Subject: [PATCH] build(deps): bump pyo3-build-config from 0.20.2 to 0.21.2 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.20.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.20.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 | 16 +++++++++++++--- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5eb791b46..211f3ad8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1002,7 +1002,7 @@ dependencies = [ "prost", "prost-types", "pyo3", - "pyo3-build-config", + "pyo3-build-config 0.21.2", "rand", "regex-syntax", "syn 2.0.60", @@ -2192,7 +2192,7 @@ dependencies = [ "libc", "memoffset", "parking_lot", - "pyo3-build-config", + "pyo3-build-config 0.20.2", "pyo3-ffi", "pyo3-macros", "unindent", @@ -2208,6 +2208,16 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "pyo3-build-config" +version = "0.21.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" +dependencies = [ + "once_cell", + "target-lexicon", +] + [[package]] name = "pyo3-ffi" version = "0.20.2" @@ -2215,7 +2225,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1" dependencies = [ "libc", - "pyo3-build-config", + "pyo3-build-config 0.20.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f04b23d3e..5a5eb4a5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ syn = "2.0.43" url = "2.2" [build-dependencies] -pyo3-build-config = "0.20.0" +pyo3-build-config = "0.21.2" [lib] name = "datafusion_python"