This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/core/cacache-13.0.0
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard 9b29256931 chore(deps): bump cacache from 12.0.0 to 13.0.0 in /core
add bdcbfb2aba chore(deps): bump env_logger from 0.10.2 to 0.11.1 in
/bin/oli (#4223)
add f2177ff6a4 chore(deps): bump clap from 4.4.18 to 4.5.1 in /bin/oli
(#4221)
add 37a1a29243 ci: reduce the open pull request limits to 1 (#4225)
add 93732ea685 chore(deps): bump arduino/setup-protoc from 2 to 3 (#4203)
add a51b6a9921 chore(deps): bump pnpm/action-setup from 2 to 3 (#4204)
add 59aa4036e0 chore(deps): bump clap from 4.4.18 to 4.5.1 in /bin/ofs
(#4207)
add dae2abadb2 chore(deps): bump clap from 4.4.18 to 4.5.1 in /bin/oay
(#4210)
add 82c1d75d0e chore(deps): bump mongodb from 2.8.0 to 2.8.1 in /core
(#4212)
add 438bb83090 chore(deps): bump serde from 1.0.196 to 1.0.197 in /bin/oli
(#4213)
add 345c64fe55 chore(deps): bump serde from 1.0.196 to 1.0.197 in /bin/oay
(#4214)
add 4dcf5c89a7 chore(deps): bump toml from 0.8.9 to 0.8.10 in /bin/oay
(#4217)
add 98991e91b9 chore(deps): bump toml from 0.8.9 to 0.8.10 in /bin/oli
(#4219)
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 2caf51780b chore(deps): bump cacache from 12.0.0 to 13.0.0 in /core
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 (9b29256931)
\
N -- N -- N refs/heads/dependabot/cargo/core/cacache-13.0.0
(2caf51780b)
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/dependabot.yml | 10 +
.github/workflows/ci_bindings_nodejs.yml | 10 +-
.github/workflows/ci_check.yml | 2 +-
.github/workflows/docs.yml | 4 +-
.github/workflows/release_java.yml | 2 +-
.github/workflows/test_behavior_binding_nodejs.yml | 2 +-
CHANGELOG.md | 74 +++
bin/oay/Cargo.lock | 46 +-
bin/oay/Cargo.toml | 6 +-
bin/oay/DEPENDENCIES.rust.tsv | 186 +++---
bin/ofs/Cargo.lock | 120 ++--
bin/ofs/Cargo.toml | 19 +-
bin/ofs/DEPENDENCIES.rust.tsv | 180 +++---
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 | 84 ++-
bin/oli/Cargo.toml | 8 +-
bin/oli/DEPENDENCIES.rust.tsv | 187 +++---
bindings/README.md | 2 +-
bindings/c/CONTRIBUTING.md | 2 +-
bindings/c/Cargo.toml | 2 +-
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 | 4 +-
bindings/nodejs/npm/darwin-x64/package.json | 4 +-
bindings/nodejs/npm/linux-arm64-gnu/package.json | 4 +-
bindings/nodejs/npm/linux-arm64-musl/package.json | 4 +-
bindings/nodejs/npm/linux-x64-gnu/package.json | 4 +-
bindings/nodejs/npm/win32-arm64-msvc/package.json | 4 +-
bindings/nodejs/npm/win32-x64-msvc/package.json | 4 +-
bindings/nodejs/package.json | 2 +-
bindings/ocaml/Cargo.toml | 4 +-
bindings/ocaml/DEPENDENCIES.rust.tsv | 39 +-
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/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/sqlite/backend.rs | 2 +-
core/src/services/webdav/backend.rs | 14 +-
core/src/services/webdav/lister.rs | 9 +-
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 ++--
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 +-
92 files changed, 2416 insertions(+), 1638 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%)