This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/cargo/core/others-38f0af121d
in repository https://gitbox.apache.org/repos/asf/opendal.git
omit 9fb115bea chore(deps): bump the others group in /core with 6 updates
add 7b9794396 fix: CI prints clippy version and clippy fix (#7895)
add 9fdb6a382 chore(deps): bump bytes from 1.12.0 to 1.12.1 in /core in
the http-serialization-utils group across 1 directory (#7892)
add 2a5e959d7 chore(deps): bump the others group across 1 directory with 6
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 (9fb115bea)
\
N -- N -- N refs/heads/dependabot/cargo/core/others-38f0af121d
(2a5e959d7)
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/ci_bindings_c.yml | 7 +++-
.github/workflows/ci_bindings_cpp.yml | 11 ++++--
.github/workflows/ci_bindings_dart.yml | 5 +++
.github/workflows/ci_bindings_dotnet.yml | 10 +++--
.github/workflows/ci_bindings_haskell.yml | 8 +++-
.github/workflows/ci_bindings_java.yml | 5 +++
.github/workflows/ci_bindings_lua.yml | 13 +++++-
.github/workflows/ci_bindings_nodejs.yml | 4 ++
.github/workflows/ci_bindings_ocaml.yml | 8 +++-
.github/workflows/ci_bindings_php.yml | 8 +++-
.github/workflows/ci_bindings_python.yml | 20 ++++++++++
.github/workflows/ci_bindings_ruby.yml | 8 +++-
.github/workflows/ci_core.yml | 31 +++++++++++++++
.github/workflows/ci_integration_dav_server.yml | 5 +++
.github/workflows/ci_integration_object_store.yml | 5 +++
.github/workflows/ci_integration_parquet.yml | 5 +++
.github/workflows/ci_integration_unftp_sbe.yml | 5 +++
.github/workflows/ci_odev.yml | 5 +++
bindings/python/src/services.rs | 2 +-
core/Cargo.lock | 4 +-
core/services/aliyun-drive/src/backend.rs | 4 +-
core/services/aliyun-drive/src/lister.rs | 4 +-
core/services/alluxio/src/backend.rs | 6 +--
core/services/azblob/src/backend.rs | 6 +--
core/services/azblob/src/core.rs | 6 +--
core/services/azdls/src/backend.rs | 6 +--
core/services/azdls/src/lister.rs | 2 +-
core/services/azfile/src/backend.rs | 4 +-
core/services/b2/src/backend.rs | 8 ++--
core/services/cos/src/backend.rs | 8 ++--
core/services/dashmap/src/backend.rs | 2 +-
core/services/dbfs/src/backend.rs | 4 +-
core/services/dbfs/src/core.rs | 2 +-
core/services/dbfs/src/lister.rs | 2 +-
core/services/foyer/src/backend.rs | 2 +-
core/services/fs/src/backend.rs | 2 +-
core/services/ftp/src/backend.rs | 2 +-
core/services/ftp/src/lister.rs | 2 +-
core/services/gdrive/src/lister.rs | 12 +++---
core/services/github/src/backend.rs | 8 ++--
core/services/goosefs/src/backend.rs | 6 +--
core/services/hdfs-native/src/backend.rs | 2 +-
core/services/hdfs/src/backend.rs | 2 +-
core/services/hf/src/backend.rs | 12 +++---
core/services/hf/src/core.rs | 24 ++++++------
core/services/hf/src/lister.rs | 2 +-
core/services/http/src/backend.rs | 2 +-
core/services/ipfs/src/backend.rs | 4 +-
core/services/ipmfs/src/lister.rs | 4 +-
core/services/koofr/src/backend.rs | 8 ++--
core/services/lakefs/src/backend.rs | 10 ++---
core/services/lakefs/src/lister.rs | 2 +-
core/services/mini_moka/src/backend.rs | 2 +-
core/services/moka/src/backend.rs | 2 +-
core/services/obs/src/backend.rs | 8 ++--
core/services/oss/src/backend.rs | 8 ++--
core/services/pcloud/src/backend.rs | 6 +--
core/services/s3/src/backend.rs | 6 +--
core/services/seafile/src/backend.rs | 6 +--
core/services/sftp/src/backend.rs | 4 +-
core/services/swift/src/backend.rs | 4 +-
core/services/swift/src/core.rs | 48 +++++++++++------------
core/services/swift/src/deleter.rs | 2 +-
core/services/swift/src/writer.rs | 2 +-
core/services/tikv/src/backend.rs | 2 +-
core/services/upyun/src/backend.rs | 6 +--
core/services/vercel-blob/src/backend.rs | 4 +-
core/services/webdav/src/backend.rs | 2 +-
core/services/yandex-disk/src/backend.rs | 4 +-
core/tests/behavior/async_list.rs | 4 +-
core/tests/behavior/async_presign.rs | 8 ++--
core/tests/behavior/async_stat.rs | 2 +-
dev/src/generate/python.j2 | 2 +-
integrations/object_store/README.md | 2 +-
integrations/object_store/examples/datafusion.rs | 2 +-
75 files changed, 302 insertions(+), 173 deletions(-)