From fb7bdeacbe3dae326532ec3860fe006e29954e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:29:46 +0000 Subject: [PATCH] build(deps): bump pyo3-build-config from 0.22.6 to 0.23.1 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.22.6 to 0.23.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.22.6...v0.23.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 | 18 ++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b57b330..3865316a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,7 +1303,7 @@ dependencies = [ "prost", "prost-types", "pyo3", - "pyo3-build-config", + "pyo3-build-config 0.23.1", "tokio", "url", "uuid", @@ -2664,7 +2664,7 @@ dependencies = [ "memoffset", "once_cell", "portable-atomic", - "pyo3-build-config", + "pyo3-build-config 0.22.6", "pyo3-ffi", "pyo3-macros", "unindent", @@ -2680,6 +2680,16 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "pyo3-build-config" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80e3ce69c4ec34476534b490e412b871ba03a82e35604c3dfb95fcb6bfb60c09" +dependencies = [ + "once_cell", + "target-lexicon", +] + [[package]] name = "pyo3-ffi" version = "0.22.6" @@ -2687,7 +2697,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" dependencies = [ "libc", - "pyo3-build-config", + "pyo3-build-config 0.22.6", ] [[package]] @@ -2710,7 +2720,7 @@ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe" dependencies = [ "heck 0.5.0", "proc-macro2", - "pyo3-build-config", + "pyo3-build-config 0.22.6", "quote", "syn 2.0.87", ] diff --git a/Cargo.toml b/Cargo.toml index 02707b95..3e8cc722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ url = "2" [build-dependencies] prost-types = "0.13" # keep in line with `datafusion-substrait` -pyo3-build-config = "0.22" +pyo3-build-config = "0.23" [lib] name = "datafusion_python"