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

github-bot pushed a change to branch 
dependabot/cargo/datafusion-arrow-parquet-9e4b58fd8f
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


    omit d68fb3bc chore(deps): bump the datafusion-arrow-parquet group with 21 
updates
     add 4e280c50 chore(deps): bump actions/upload-artifact from 6 to 7 (#673)
     add 18d876b4 chore(deps): bump actions/download-artifact from 7 to 8 (#674)
     add a8750988 refactor(c/sedona-proj): replace C dynamic loading with pure 
Rust using libloading (#672)
     add d1845078 chore(deps): bump the datafusion-arrow-parquet group with 21 
updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d68fb3bc)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/datafusion-arrow-parquet-9e4b58fd8f (d1845078)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/packaging.yml       |   6 +-
 .github/workflows/python-wheels.yml   |  10 +--
 Cargo.lock                            |  12 ++-
 Cargo.toml                            |   1 +
 c/sedona-proj/Cargo.toml              |   4 +-
 c/sedona-proj/build.rs                |  22 -----
 c/sedona-proj/src/dyn_load.rs         |  99 ++++++++++++++++++++++
 c/sedona-proj/src/lib.rs              |   1 +
 c/sedona-proj/src/proj.rs             |  50 +++---------
 c/sedona-proj/src/proj_dyn.c          | 150 ----------------------------------
 c/sedona-proj/src/proj_dyn.h          |  97 ----------------------
 c/sedona-proj/src/proj_dyn_bindgen.rs |  12 +--
 12 files changed, 135 insertions(+), 329 deletions(-)
 delete mode 100644 c/sedona-proj/build.rs
 create mode 100644 c/sedona-proj/src/dyn_load.rs
 delete mode 100644 c/sedona-proj/src/proj_dyn.c
 delete mode 100644 c/sedona-proj/src/proj_dyn.h

Reply via email to