From 1954a804dc595c6fa2047a2e31b95b82d8269153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:06:04 +0000 Subject: [PATCH] build(deps): bump pyo3-build-config from 0.20.2 to 0.21.1 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.20.2 to 0.21.1. - [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.1) --- 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 e7b8d3292..9c2b718e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -957,7 +957,7 @@ dependencies = [ "prost", "prost-types", "pyo3", - "pyo3-build-config", + "pyo3-build-config 0.21.1", "rand", "regex-syntax", "syn 2.0.48", @@ -2127,7 +2127,7 @@ dependencies = [ "libc", "memoffset", "parking_lot", - "pyo3-build-config", + "pyo3-build-config 0.20.2", "pyo3-ffi", "pyo3-macros", "unindent", @@ -2143,6 +2143,16 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "pyo3-build-config" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "650dca34d463b6cdbdb02b1d71bfd6eb6b6816afc708faebb3bac1380ff4aef7" +dependencies = [ + "once_cell", + "target-lexicon", +] + [[package]] name = "pyo3-ffi" version = "0.20.2" @@ -2150,7 +2160,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 8d7e72884..1a88d2bdb 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.1" [lib] name = "datafusion_python"