This is an automated email from the ASF dual-hosted git repository.

viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new c4675b7  build(deps): bump pyo3-build-config from 0.19.2 to 0.20.0 
(#516)
c4675b7 is described below

commit c4675b76926dbc605735d26fc54dd6e9bd67b83e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 14 16:18:32 2023 -0700

    build(deps): bump pyo3-build-config from 0.19.2 to 0.20.0 (#516)
    
    Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.19.2 to 
0.20.0.
    - [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.19.2...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: pyo3-build-config
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 16 +++++++++++++---
 Cargo.toml |  2 +-
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index cb49f1a..76ea578 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -921,7 +921,7 @@ dependencies = [
  "prost",
  "prost-types",
  "pyo3",
- "pyo3-build-config",
+ "pyo3-build-config 0.20.0",
  "rand",
  "regex-syntax 0.8.1",
  "syn 2.0.38",
@@ -2117,7 +2117,7 @@ dependencies = [
  "libc",
  "memoffset",
  "parking_lot",
- "pyo3-build-config",
+ "pyo3-build-config 0.19.2",
  "pyo3-ffi",
  "pyo3-macros",
  "unindent",
@@ -2133,6 +2133,16 @@ dependencies = [
  "target-lexicon",
 ]
 
+[[package]]
+name = "pyo3-build-config"
+version = "0.20.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "a96fe70b176a89cff78f2fa7b3c930081e163d5379b4dcdf993e3ae29ca662e5"
+dependencies = [
+ "once_cell",
+ "target-lexicon",
+]
+
 [[package]]
 name = "pyo3-ffi"
 version = "0.19.2"
@@ -2140,7 +2150,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
 dependencies = [
  "libc",
- "pyo3-build-config",
+ "pyo3-build-config 0.19.2",
 ]
 
 [[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 556450c..7c1a57b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ syn = "2.0.37"
 url = "2.2"
 
 [build-dependencies]
-pyo3-build-config = "0.19.0"
+pyo3-build-config = "0.20.0"
 
 [lib]
 name = "datafusion_python"

Reply via email to