chore(integrations/unftp): Make compatible with latest libunftp#6094
Merged
Xuanwo merged 1 commit intoapache:mainfrom Apr 26, 2025
Merged
chore(integrations/unftp): Make compatible with latest libunftp#6094Xuanwo merged 1 commit intoapache:mainfrom
Xuanwo merged 1 commit intoapache:mainfrom
Conversation
A new version of [libunftp](https://crates.io/crates/libunftp) is out and the integration here (unftp-sbe-opendal) isn't compatible anymore due to an upgrade to the `async-trait` crate. This change simply bumps `async-trait` and `libunftp` to the latest versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A new version of libunftp is out and the integration here (unftp-sbe-opendal) isn't compatible anymore due to an upgrade to the
async-traitcrate.This change simply bumps
async-traitandlibunftpto the latest versions, making it compatible again.It will be really great if the unftp-sbe-opendal crate can be released after this merge. This is because the unFTP project uses it and currently cannot release with opendal functionality unless a new version of
uftp-sbe-opendalwith these changes are released.cc @George-Miao