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

github-bot pushed a change to branch 
dependabot/cargo/bindings/nodejs/others-ef9d994f57
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard f3ef68a28 chore(deps): bump the others group across 1 directory with 4 
updates
     add d53142ba9 feat(services/azdls): add recursive deletion for azdls 
(#7142)
     add db2308abe feat(services/hdfs): add delete with recursive support for 
hdfs (#7136)
     add 3f8d94759 chore: reduce tracing deps (#7146)
     add 41c88c423 chore(deps): bump the others group across 1 directory with 4 
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   (f3ef68a28)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/bindings/nodejs/others-ef9d994f57 (41c88c423)

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/docs.yml                         |  6 +--
 core/Cargo.lock                                    | 11 ++---
 core/Cargo.toml                                    |  8 ++-
 core/benches/vs_s3/Cargo.toml                      |  2 +-
 core/core/Cargo.toml                               |  5 +-
 core/core/src/types/context/write.rs               | 48 +++++++-----------
 .../Cargo.toml                                     |  2 +-
 .../src/main.rs                                    | 23 +++++----
 core/fuzz/Cargo.toml                               |  2 +-
 core/layers/immutable-index/Cargo.toml             |  5 +-
 core/layers/immutable-index/src/lib.rs             | 23 ++++++---
 core/layers/retry/Cargo.toml                       |  5 +-
 core/layers/retry/src/lib.rs                       | 33 +++++++------
 core/services/azdls/src/backend.rs                 | 10 ++++
 core/services/azdls/src/config.rs                  |  5 ++
 core/services/azdls/src/core.rs                    | 57 ++++++++++++++++++++++
 core/services/azdls/src/deleter.rs                 |  8 ++-
 core/services/hdfs/src/backend.rs                  |  1 +
 core/services/hdfs/src/deleter.rs                  |  8 ++-
 core/services/s3/Cargo.toml                        |  1 -
 core/services/s3/src/backend.rs                    |  2 -
 core/tests/behavior/main.rs                        | 14 ++++--
 22 files changed, 178 insertions(+), 101 deletions(-)

Reply via email to