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

github-bot pushed a change to branch dependabot/cargo/regex-1.12.2
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


 discard 65aed294 chore(deps): bump regex from 1.11.3 to 1.12.2
     add 903ffbdb feat(examples/sedonadb-rust): Add example Rust project (#320)
     add 9a66741a chore(python/sedonadb): Add README to PyPI index page (#327)
     add 240898d4 docs: update overture date (#361)
     add be2133b6 chore(deps): bump actions/checkout from v4 to v6 (#365)
     add 45466e9b chore(deps): bump rand_distr from 0.4.3 to 0.5.1 (#340)
     add 79cada0c chore(deps): bump rstest from 0.24.0 to 0.26.1 (#341)
     add 42d943d7 chore(deps): bump regex from 1.11.3 to 1.12.2

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   (65aed294)
            \
             N -- N -- N   refs/heads/dependabot/cargo/regex-1.12.2 (42d943d7)

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/{r-extended.yml => examples.yml} |  79 +++++-----
 Cargo.lock                                         |  15 +-
 Cargo.toml                                         |   6 +-
 README.md                                          |  34 ++--
 docs/overture-examples.ipynb                       | 172 +++++++++++++--------
 docs/overture-examples.md                          | 106 ++++++++-----
 docs/programming-guide.ipynb                       |  46 +++---
 docs/programming-guide.md                          |  24 +--
 {ci/scripts/windows => examples}/.gitignore        |   2 +-
 .../windows => examples/sedonadb-rust}/Cargo.toml  |  24 +--
 {docs => examples/sedonadb-rust}/README.md         |  28 ++--
 .../build.rs => examples/sedonadb-rust/src/main.rs |  19 ++-
 .../python.md => python/sedonadb/README.md         |  25 ++-
 python/sedonadb/pyproject.toml                     |   1 +
 rust/sedona-geo-generic-alg/Cargo.toml             |   2 +-
 15 files changed, 350 insertions(+), 233 deletions(-)
 copy .github/workflows/{r-extended.yml => examples.yml} (55%)
 copy {ci/scripts/windows => examples}/.gitignore (98%)
 copy {ci/scripts/windows => examples/sedonadb-rust}/Cargo.toml (58%)
 copy {docs => examples/sedonadb-rust}/README.md (50%)
 copy c/sedona-proj/build.rs => examples/sedonadb-rust/src/main.rs (50%)
 copy docs/reference/python.md => python/sedonadb/README.md (62%)

Reply via email to