From e45f69e8e79ac8ad4843dae3dfd3b42986995681 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:23:58 +0000 Subject: [PATCH] fix(deps): update rust crate opendal to 0.50.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e71bec7..ebd6a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ hex = "0.4.3" serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.116" phf = { version = "0.11.2", features = ["macros"] } -opendal = { version = "0.45.1", features = [ +opendal = { version = "0.50.0", features = [ "services-gcs", "services-fs", "rustls",