This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch dependabot/cargo/bin/oay/tower-http-0.5.1
in repository https://gitbox.apache.org/repos/asf/opendal.git
from cb540c192f chore(deps): bump tower-http from 0.4.4 to 0.5.1 in /bin/oay
add ae4ff1dd0c chore(deps): bump env_logger from 0.10.2 to 0.11.1 in
/bin/ofs (#4208)
add a454349edd chore(deps): bump anyhow from 1.0.79 to 1.0.80 in /bin/ofs
(#4209)
add eed02f066b chore(deps): bump anyhow from 1.0.79 to 1.0.80 in /bin/oay
(#4218)
add b6fb9c5990 chore(deps): bump anyhow from 1.0.79 to 1.0.80 in /bin/oli
(#4216)
add a71f9725ad docs: Fix typo in `core/src/services/http/docs.md` (#4226)
add c9d555dcb2 docs: Fix spelling in Rust files (#4227)
add 78d3ac8e42 docs: fix typo in `website/README.md` (#4228)
add 332a43790a docs: fix spelling (#4229)
add 7303f78ffb fix(services/webdav): remove base_dir component (#4231)
add 72e3ea05fa fix(core): Poll TimeoutLayer::sleep once to make sure timer
registered
add 811ca6d240 chore(deps): bump serde_json from 1.0.113 to 1.0.114 in
/core (#4222)
add 50e8bd7557 docs: fix spelling; change `github` to `GitHub` (#4232)
add 80cc3a27ff docs: fix typo (#4234)
add 361e3b55a3 docs: fix typo in `bindings/c/CONTRIBUTING.md` (#4235)
add ff6fb18a8b docs: fix spelling in code comments (#4236)
add ff5dbb7a0e docs: fix spelling in `CONTRIBUTING` (#4237)
add c4ff4e16d6 docs: fix Markdown link in `bindings/README.md` (#4238)
add 3868130762 docs: fix links and spelling in Markdown (#4239)
add d61e637bb9 docs: fix grammar and spelling in Markdown in
`examples/rust` (#4241)
add af1433d0fd feat: object store adapter based on v0.9 (#4233)
add 014893e1ec docs: remove unneeded duplicate words from Rust files
(#4243)
add acb8ef6128 feat(bin/ofs): implement fuse for linux (#4179)
add f2402cc0fb Bump to opendal version 0.45.1 (#4246)
add 453fea61ff docs: fix grammar and spelling in Markdown (#4245)
add f6a161bab3 ci: Remove version suffix from package versions (#4254)
add d444649423 fix(services/webdav): Fix endpoint suffix not handled
(#4257)
add b57fa629d3 Bump to version 0.45.1 (Round 2) (#4258)
add 2f85fa3619 feat(services/memcached): change to binary protocal (#4252)
add e56b50803a chore(deps): bump cacache from 12.0.0 to 13.0.0 in /core
(#4215)
add 5c105ab8da Merge branch 'main' into
dependabot/cargo/bin/oay/tower-http-0.5.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/release_rust.yml | 2 +
.gitignore | 1 +
.typos.toml | 2 +
CHANGELOG.md | 77 +++
bin/oay/Cargo.lock | 10 +-
bin/oay/Cargo.toml | 6 +-
bin/oay/DEPENDENCIES.rust.tsv | 186 +++---
bin/ofs/Cargo.lock | 100 ++-
bin/ofs/Cargo.toml | 17 +-
bin/ofs/DEPENDENCIES.rust.tsv | 181 +++---
bin/ofs/src/bin/ofs.rs | 62 +-
.../cpp/src/lister.rs => bin/ofs/src/config.rs | 25 +-
bin/ofs/src/fuse.rs | 670 +++++++++++++++++++++
bin/ofs/src/lib.rs | 246 ++------
bin/oli/Cargo.lock | 8 +-
bin/oli/Cargo.toml | 4 +-
bin/oli/DEPENDENCIES.rust.tsv | 187 +++---
bindings/README.md | 2 +-
bindings/c/CONTRIBUTING.md | 2 +-
bindings/c/Cargo.toml | 4 +-
bindings/c/DEPENDENCIES.rust.tsv | 41 +-
bindings/c/include/opendal.h | 4 +-
bindings/c/src/operator.rs | 4 +-
bindings/cpp/CONTRIBUTING.md | 2 +-
bindings/cpp/Cargo.toml | 4 +-
bindings/cpp/DEPENDENCIES.rust.tsv | 29 +-
bindings/dotnet/Cargo.toml | 4 +-
bindings/dotnet/DEPENDENCIES.rust.tsv | 29 +-
bindings/{haskell => go}/DEPENDENCIES.rust.tsv | 0
bindings/haskell/CONTRIBUTING.md | 2 +-
bindings/haskell/Cargo.toml | 4 +-
bindings/haskell/DEPENDENCIES.rust.tsv | 195 ++++++
bindings/java/Cargo.toml | 5 +-
bindings/java/DEPENDENCIES.rust.tsv | 143 ++---
bindings/java/pom.xml | 2 +-
bindings/lua/Cargo.toml | 4 +-
bindings/lua/DEPENDENCIES.rust.tsv | 31 +-
bindings/nodejs/CONTRIBUTING.md | 2 +-
bindings/nodejs/Cargo.toml | 5 +-
bindings/nodejs/DEPENDENCIES.rust.tsv | 164 ++---
bindings/nodejs/npm/darwin-arm64/package.json | 2 +-
bindings/nodejs/npm/darwin-x64/package.json | 2 +-
bindings/nodejs/npm/linux-arm64-gnu/package.json | 2 +-
bindings/nodejs/npm/linux-arm64-musl/package.json | 2 +-
bindings/nodejs/npm/linux-x64-gnu/package.json | 2 +-
bindings/nodejs/npm/win32-arm64-msvc/package.json | 2 +-
bindings/nodejs/npm/win32-x64-msvc/package.json | 2 +-
bindings/nodejs/package.json | 2 +-
bindings/ocaml/Cargo.toml | 4 +-
bindings/ocaml/DEPENDENCIES.rust.tsv | 37 +-
bindings/php/Cargo.toml | 4 +-
bindings/php/DEPENDENCIES.rust.tsv | 45 +-
bindings/python/CONTRIBUTING.md | 2 +-
bindings/python/Cargo.toml | 8 +-
bindings/python/DEPENDENCIES.rust.tsv | 160 ++---
bindings/ruby/Cargo.toml | 4 +-
bindings/ruby/DEPENDENCIES.rust.tsv | 47 +-
bindings/{haskell => swift}/DEPENDENCIES.rust.tsv | 0
bindings/zig/CONTRIBUTING.md | 2 +-
bindings/{haskell => zig}/DEPENDENCIES.rust.tsv | 0
core/Cargo.lock | 10 +-
core/Cargo.toml | 4 +-
core/DEPENDENCIES.rust.tsv | 433 ++++++-------
.../src/docs/rfcs/2299_chain_based_operator_api.md | 4 +-
core/src/docs/upgrade.md | 20 +-
core/src/layers/timeout.rs | 97 ++-
core/src/raw/adapters/mod.rs | 2 +-
core/src/raw/adapters/typed_kv/api.rs | 4 +-
core/src/raw/adapters/typed_kv/backend.rs | 2 +-
core/src/services/ghac/docs.md | 2 +-
core/src/services/http/docs.md | 4 +-
core/src/services/memcached/ascii.rs | 172 ------
core/src/services/memcached/backend.rs | 43 +-
core/src/services/memcached/binary.rs | 286 +++++++++
core/src/services/memcached/docs.md | 7 +-
core/src/services/memcached/mod.rs | 2 +-
core/src/services/sqlite/backend.rs | 2 +-
core/src/services/webdav/backend.rs | 16 +-
core/src/services/webdav/lister.rs | 18 +-
core/src/types/metadata.rs | 2 +-
examples/rust/00-setup/README.md | 10 +-
examples/rust/01-init-operator/README.md | 12 +-
examples/rust/02-async-io/README.md | 4 +-
integrations/README.md | 4 +-
integrations/dav-server/Cargo.toml | 4 +-
integrations/dav-server/DEPENDENCIES.rust.tsv | 161 ++---
integrations/dav-server/README.md | 2 +-
integrations/object_store/Cargo.toml | 9 +-
integrations/object_store/DEPENDENCIES.rust.tsv | 148 ++---
integrations/object_store/src/lib.rs | 127 ++--
scripts/constants.py | 2 +-
scripts/dependencies.py | 0
website/README.md | 2 +-
website/community/committers/release.md | 4 +-
website/community/committers/verify.md | 2 +-
.../community/pmc_members/nominate-committer.md | 4 +-
.../community/pmc_members/nominate-pmc-member.md | 4 +-
97 files changed, 2688 insertions(+), 1736 deletions(-)
copy bindings/cpp/src/lister.rs => bin/ofs/src/config.rs (66%)
create mode 100644 bin/ofs/src/fuse.rs
copy bindings/{haskell => go}/DEPENDENCIES.rust.tsv (100%)
copy bindings/{haskell => swift}/DEPENDENCIES.rust.tsv (100%)
copy bindings/{haskell => zig}/DEPENDENCIES.rust.tsv (100%)
delete mode 100644 core/src/services/memcached/ascii.rs
create mode 100644 core/src/services/memcached/binary.rs
mode change 100644 => 100755 scripts/dependencies.py