From c7da69a0043097099e14961d452db93e57ced62c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 09:53:17 +0000 Subject: [PATCH] fix(deps): update rust crate opendal to 0.55.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f266a9..f260747 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.13.0", features = ["macros"] } -opendal = { version = "0.45.1", features = [ +opendal = { version = "0.55.0", features = [ "services-gcs", "services-fs", "rustls",