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