From 1698d29b371d9967fab07e5b78b66dfd66eb1faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:05:29 +0000 Subject: [PATCH] Update opendal requirement from 0.55 to 0.57 Updates the requirements on [opendal](https://github.com/apache/opendal) to permit the latest version. - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/opendal/compare/v0.55.0...v0.57.0) --- updated-dependencies: - dependency-name: opendal dependency-version: 0.57.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vidformer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"