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

xuanwo pushed a change to branch fix-clippy
in repository https://gitbox.apache.org/repos/asf/opendal.git


    from b257eed9f7 chore: Make 1.79 clippy happy
     add a0268b991c refactor(ovfs): Split ovfs impl into virtiofs_opendal 
(#4723)
     add 8dcab5c595 chore(deps): bump clap from 4.5.6 to 4.5.7 in /bin/ofs 
(#4728)
     add 2bb6964f01 chore(deps): bump crate-ci/typos from 1.21.0 to 1.22.7 
(#4725)
     add 64e69ead36 chore(deps): bump hdfs-native from 0.6.0 to 0.9.4 in /core 
(#4724)
     add 5058f1e3ba chore(deps): bump clap from 4.5.6 to 4.5.7 in /bin/oli 
(#4727)
     add 0c093a6378 chore(deps): update quick-xml requirement from 0.31 to 0.32 
in /integrations/dav-server (#4726)
     add 5af8c175e9 chore(deps): bump url from 2.5.0 to 2.5.1 in /bin/oay 
(#4729)
     add c82dc139e7 docs: update readme for fuse3_opendal & virtiofs_opendal 
(#4730)
     add 46e76fc5a6 Merge remote-tracking branch 'origin/main' into fix-clippy
     add 6fd17e283f Fix clippy

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |   6 -
 .github/workflows/ci_check.yml                     |   2 +-
 .../{ci_bin_ovfs.yml => ci_integration_fuse3.yml}  |   8 +-
 ...{ci_bin_ofs.yml => ci_integration_virtiofs.yml} |   8 +-
 README.md                                          |  10 +-
 bin/oay/Cargo.lock                                 | 287 ++++++++++++++++++---
 bin/oay/Cargo.toml                                 |   2 +-
 bin/ofs/Cargo.lock                                 |   8 +-
 bin/ofs/Cargo.toml                                 |   2 +-
 bin/ofs/tests/common/mod.rs                        |   2 +
 bin/oli/Cargo.lock                                 |   8 +-
 bin/ovfs/Cargo.lock                                | 225 ----------------
 bin/ovfs/DEPENDENCIES.rust.tsv                     |  26 --
 bin/ovfs/src/main.rs                               |  24 --
 core/Cargo.lock                                    |  49 +++-
 core/Cargo.toml                                    |   2 +-
 integrations/README.md                             |   4 +
 integrations/dav-server/Cargo.toml                 |   2 +-
 integrations/fuse3/README.md                       |   3 +
 {bindings/lua => integrations/virtiofs}/.gitignore |   0
 {bin/ovfs => integrations/virtiofs}/Cargo.toml     |  11 +-
 integrations/virtiofs/README.md                    |   3 +
 {bin/ovfs => integrations/virtiofs}/src/error.rs   |   0
 {bin/oli => integrations/virtiofs}/src/lib.rs      |   5 +-
 .../ovfs => integrations/virtiofs}/src/virtiofs.rs |   0
 .../virtiofs/src/virtiofs_util.rs                  |   0
 26 files changed, 342 insertions(+), 355 deletions(-)
 rename .github/workflows/{ci_bin_ovfs.yml => ci_integration_fuse3.yml} (89%)
 copy .github/workflows/{ci_bin_ofs.yml => ci_integration_virtiofs.yml} (89%)
 delete mode 100644 bin/ovfs/Cargo.lock
 delete mode 100644 bin/ovfs/DEPENDENCIES.rust.tsv
 delete mode 100644 bin/ovfs/src/main.rs
 create mode 100644 integrations/fuse3/README.md
 copy {bindings/lua => integrations/virtiofs}/.gitignore (100%)
 rename {bin/ovfs => integrations/virtiofs}/Cargo.toml (80%)
 create mode 100644 integrations/virtiofs/README.md
 rename {bin/ovfs => integrations/virtiofs}/src/error.rs (100%)
 copy {bin/oli => integrations/virtiofs}/src/lib.rs (94%)
 rename {bin/ovfs => integrations/virtiofs}/src/virtiofs.rs (100%)
 rename bin/ovfs/src/virtiofs_utils.rs => 
integrations/virtiofs/src/virtiofs_util.rs (100%)

Reply via email to