From f386b4a6167fcec8bd5909170fd5f4fe393614cf Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 18 Sep 2024 19:11:39 +0800 Subject: [PATCH] chore: Bump opendal to 0.50 Signed-off-by: Xuanwo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a38ce8bca..fb3ce08f1 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"