This is an automated email from the ASF dual-hosted git repository.
junouyang pushed a change to branch dependabot/cargo/quick-xml-0.31.0
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard 40971715f5 chore(deps): bump quick-xml from 0.30.0 to 0.31.0
add 66595d0e61 chore(deps): bump dav-server from 0.5.7 to 0.5.8 (#4111)
add f05b94c9ba fix(bindings/python): missed to call close for the file
internally (#4122)
add f4a302727a fix(bindings/python): sync writer exit close raise error
(#4127)
add f2cc712062 refactor(bindings/python): simplify async writer aexit
(#4128)
add 775b27c078 refactor(service/d1): Add D1Config (#4129)
add c85b3e3795 chore(deps): bump quick-xml from 0.30.0 to 0.31.0
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 (40971715f5)
\
N -- N -- N refs/heads/dependabot/cargo/quick-xml-0.31.0
(c85b3e3795)
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:
Cargo.lock | 10 ++--
bin/oay/Cargo.toml | 2 +-
bindings/python/src/file.rs | 31 +++++++----
bindings/python/tests/conftest.py | 2 +-
bindings/python/tests/test_write.py | 27 +++++++++-
core/src/services/d1/backend.rs | 100 ++++++++++++++++++++++--------------
core/src/services/d1/mod.rs | 2 +
core/src/services/mod.rs | 2 +
integrations/dav-server/Cargo.toml | 2 +-
9 files changed, 120 insertions(+), 58 deletions(-)