This is an automated email from the ASF dual-hosted git repository. asukaminato pushed a change to branch dependabot/github_actions/third-party-actions-34cc214c9e in repository https://gitbox.apache.org/repos/asf/opendal.git
discard ce378be0c chore(deps): bump the third-party-actions group with 3 updates add 2d669065b fix(services/azdls): Fix append not handled correctly while offset==0 (#6393) add c69509731 chore(deps): bump tokio from 1.45.1 to 1.46.1 in /bin/oli (#6387) add 970f8db24 chore(deps): bump tokio from 1.45.1 to 1.46.1 in /bin/ofs (#6386) add 5471370fc chore(deps): bump logforth from 0.24.0 to 0.26.1 in /bin/oay (#6385) add 1e3b7f5cc chore(deps): bump clsx from 1.2.1 to 2.1.1 in /website (#6388) add 01c2d0354 chore(deps): bump tokio from 1.45.0 to 1.46.1 in /core in the async-runtime group (#6390) add 2b2011c64 feat(services/vercel_blob): add delete operator (#6396) add fb0cf754f chore(deps): bump the third-party-actions group with 3 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 (ce378be0c) \ N -- N -- N refs/heads/dependabot/github_actions/third-party-actions-34cc214c9e (fb0cf754f) 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: bin/oay/Cargo.lock | 21 ++++-- bin/oay/Cargo.toml | 2 +- bin/ofs/Cargo.lock | 17 ++++- bin/ofs/Cargo.toml | 2 +- bin/oli/Cargo.lock | 17 ++++- bin/oli/Cargo.toml | 2 +- core/Cargo.lock | 6 +- core/Cargo.toml | 4 +- core/examples/basic/Cargo.toml | 2 +- core/examples/concurrent-upload/Cargo.toml | 2 +- core/examples/multipart-upload/Cargo.toml | 2 +- core/src/services/azdls/writer.rs | 3 +- core/src/services/vercel_blob/backend.rs | 12 +++- core/src/services/vercel_blob/core.rs | 36 ++++++++++ .../services/{cacache => vercel_blob}/delete.rs | 19 +++--- core/src/services/vercel_blob/mod.rs | 2 + website/DEPENDENCIES.node.csv | 2 +- website/package.json | 2 +- website/pnpm-lock.yaml | 79 ++++++++++------------ 19 files changed, 157 insertions(+), 75 deletions(-) copy core/src/services/{cacache => vercel_blob}/delete.rs (74%)