diff --git a/Cargo.lock b/Cargo.lock index f90038c50..06753754a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1392,7 +1392,7 @@ dependencies = [ "prost-types", "pyo3", "pyo3-async-runtimes", - "pyo3-build-config", + "pyo3-build-config 0.24.1", "tokio", "url", "uuid", @@ -2757,7 +2757,7 @@ dependencies = [ "memoffset", "once_cell", "portable-atomic", - "pyo3-build-config", + "pyo3-build-config 0.23.4", "pyo3-ffi", "pyo3-macros", "unindent", @@ -2783,7 +2783,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7" dependencies = [ "once_cell", - "target-lexicon", + "target-lexicon 0.12.16", +] + +[[package]] +name = "pyo3-build-config" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1" +dependencies = [ + "once_cell", + "target-lexicon 0.13.2", ] [[package]] @@ -2793,7 +2803,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d" dependencies = [ "libc", - "pyo3-build-config", + "pyo3-build-config 0.23.4", ] [[package]] @@ -2816,7 +2826,7 @@ checksum = "43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4" dependencies = [ "heck", "proc-macro2", - "pyo3-build-config", + "pyo3-build-config 0.23.4", "quote", "syn 2.0.98", ] @@ -3580,6 +3590,12 @@ version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +[[package]] +name = "target-lexicon" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" + [[package]] name = "tempfile" version = "3.16.0" diff --git a/Cargo.toml b/Cargo.toml index bc8639d4c..e9d0feadf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ url = "2" [build-dependencies] prost-types = "0.13.1" # keep in line with `datafusion-substrait` -pyo3-build-config = "0.23" +pyo3-build-config = "0.24" [lib] name = "datafusion_python"