This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch upgrade-opendal in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
commit f386b4a6167fcec8bd5909170fd5f4fe393614cf Author: Xuanwo <[email protected]> AuthorDate: Wed Sep 18 19:11:39 2024 +0800 chore: Bump opendal to 0.50 Signed-off-by: Xuanwo <[email protected]> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a38ce8bc..fb3ce08f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ log = "0.4" mockito = "1" murmur3 = "0.5.2" once_cell = "1" -opendal = "0.49" +opendal = "0.50" ordered-float = "4" parquet = "52" paste = "1"
