From 9d8e660a81202bfb61a08db8d1ac313cd63dd514 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:32:27 +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 53af48e..7e1b142 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",