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

github-bot pushed a change to branch 
dependabot/cargo/integrations/dav-server/reqwest-0.13.1
in repository https://gitbox.apache.org/repos/asf/opendal.git


    omit 8d797de52 chore(deps): update reqwest requirement in 
/integrations/dav-server
     add 9d5d91ac3 chore(deps): bump the docusaur group in /website with 3 
updates (#7174)
     add 4c1e7cd75 feat(webdav): disable_create_dir for servers without 
PROPFIND (#7177)
     add 6515a4e39 chore(docs): fix docs for writer_options (#7157)
     add f12c89197 fix(bindings/python): improve the typing discovering of the 
python package (#7180)
     add 865890660 build(deps): Bump libunftp version (#7184)
     add 15e2cc098 chore(integrations/unftp): use unftp-core (#7191)
     add 7f04d9220 refactor(hf): use the official `hf` scheme instead of 
`huggingface` (#7193)
     add 9d3e68bef ci: use go-version-file (#7195)
     add b9a78ac33 refactor(core): allow opt-out ctor dependency (#7196)
     add 626c3aeb0 fix(object_store): implement get_range() to avoid 
unnecessary stat() calls (#7192)
     add e8b5758a1 chore(deps): update reqwest requirement in 
/integrations/dav-server

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   (8d797de52)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/integrations/dav-server/reqwest-0.13.1 (e8b5758a1)

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_go.yml             |    2 +-
 .github/workflows/ci_core.yml                    |    2 +-
 .github/workflows/test_behavior_binding_go.yml   |    2 +-
 bindings/java/Cargo.toml                         |    5 +-
 bindings/java/src/utility.rs                     |    4 +-
 bindings/nodejs/Cargo.toml                       |    5 +-
 bindings/python/Cargo.toml                       |    5 +-
 bindings/python/python/opendal/__init__.py       |   28 +-
 bindings/python/python/opendal/operator.pyi      |   12 +-
 bindings/python/python/opendal/services.pyi      |    2 +-
 bindings/python/src/services.rs                  |   20 +-
 core/Cargo.lock                                  |   14 +-
 core/Cargo.toml                                  |   12 +-
 core/core/src/types/mod.rs                       |    1 -
 core/core/src/types/operator/builder.rs          |    2 +-
 core/core/src/types/operator/mod.rs              |    2 +-
 core/core/src/types/operator/operator.rs         |   12 +-
 core/core/src/types/operator/registry.rs         |   42 +-
 core/fuzz/Cargo.toml                             |    3 +-
 core/services/{huggingface => hf}/Cargo.toml     |    4 +-
 core/services/{huggingface => hf}/src/backend.rs |   69 +-
 core/services/{huggingface => hf}/src/config.rs  |   51 +-
 core/services/{huggingface => hf}/src/core.rs    |   76 +-
 core/services/{huggingface => hf}/src/docs.md    |   22 +-
 core/services/{huggingface => hf}/src/error.rs   |   11 +-
 core/services/hf/src/lib.rs                      |   60 +
 core/services/{huggingface => hf}/src/lister.rs  |   16 +-
 core/services/huggingface/src/lib.rs             |   33 -
 core/services/webdav/src/backend.rs              |   22 +-
 core/services/webdav/src/config.rs               |   24 +
 core/services/webdav/src/core.rs                 |    3 +
 core/src/lib.rs                                  |   21 +-
 integrations/object_store/src/store.rs           |  175 ++
 integrations/unftp-sbe/Cargo.toml                |    3 +-
 integrations/unftp-sbe/src/lib.rs                |    4 +-
 website/DEPENDENCIES.node.csv                    |    6 +-
 website/package.json                             |    6 +-
 website/pnpm-lock.yaml                           | 3262 +++++++++++++---------
 38 files changed, 2393 insertions(+), 1650 deletions(-)
 rename core/services/{huggingface => hf}/Cargo.toml (93%)
 rename core/services/{huggingface => hf}/src/backend.rs (84%)
 rename core/services/{huggingface => hf}/src/config.rs (82%)
 rename core/services/{huggingface => hf}/src/core.rs (92%)
 rename core/services/{huggingface => hf}/src/docs.md (55%)
 rename core/services/{huggingface => hf}/src/error.rs (88%)
 create mode 100644 core/services/hf/src/lib.rs
 rename core/services/{huggingface => hf}/src/lister.rs (94%)
 delete mode 100644 core/services/huggingface/src/lib.rs

Reply via email to