diff --git a/vidformer/Cargo.toml b/vidformer/Cargo.toml index de53038..e9bc96c 100644 --- a/vidformer/Cargo.toml +++ b/vidformer/Cargo.toml @@ -24,6 +24,6 @@ thiserror = "2.0.3" opencv = { version = "0.100.1", default-features = false, features = ["clang-runtime", "imgproc"] } crossbeam-channel = "0.5" parking_lot = "0.12.2" -opendal = { version = "0.52", features = ["layers-blocking", "services-fs", "services-http"] } +opendal = { version = "0.57", features = ["layers-blocking", "services-fs", "services-http"] } tokio = { version = "1", features = ["full"] } flate2 = "1.0"