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

asukaminato pushed a change to branch dependabot/cargo/core/others-6b064030a3
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard bb6d921f7 chore(deps): bump the others group in /core with 19 updates
     add 8ed269296 refactor(website): remove unused dependencies and update 
node engine requirement (#6421)
     add 57b1ff2d3 chore: Fix clippy for object_store (#6422)
     add 93a09ca35 feat: Conditional reader for cos (#6424)
     add 44d93fc3b feat: Add project layout for openval (#6427)
     add 233ada0a8 chore(deps): bump the others group in /core with 19 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   (bb6d921f7)
            \
             N -- N -- N   refs/heads/dependabot/cargo/core/others-6b064030a3 
(233ada0a8)

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:
 adapters/openval/Cargo.lock                        |   7 +
 .../examples/basic => adapters/openval}/Cargo.toml |  16 +-
 .../s3/mod.rs => adapters/openval/src/lib.rs       |   3 -
 bin/oay/Cargo.lock                                 | 180 ++++++-------------
 bin/ofs/Cargo.lock                                 | 195 +++++++--------------
 bin/oli/Cargo.lock                                 | 187 +++++++-------------
 core/src/services/cos/backend.rs                   |   2 +
 core/src/services/cos/core.rs                      |  16 ++
 integrations/object_store/Cargo.toml               |   2 +-
 integrations/object_store/src/store.rs             |   4 +-
 website/DEPENDENCIES.node.csv                      |   2 -
 website/package.json                               |   6 +-
 website/plugins/image-ssr-plugin.js                |  62 ++++---
 website/pnpm-lock.yaml                             |  64 -------
 14 files changed, 260 insertions(+), 486 deletions(-)
 create mode 100644 adapters/openval/Cargo.lock
 copy {core/examples/basic => adapters/openval}/Cargo.toml (75%)
 copy bin/oay/src/services/s3/mod.rs => adapters/openval/src/lib.rs (95%)

Reply via email to