From 534d80fc362f8e466e5fe689d66a591ff7cf7dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:44:54 +0000 Subject: [PATCH] Update video-rs requirement from 0.10.5 to 0.11.0 Updates the requirements on [video-rs](https://github.com/oddity-ai/video-rs) to permit the latest version. - [Commits](https://github.com/oddity-ai/video-rs/commits) --- updated-dependencies: - dependency-name: video-rs dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01a34d9..eae6725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ regex = { version = "1.12.2" } tempfile = { version = "3.23.0" } fast_image_resize = { version = "5.5.0", default-features = false, features = ["image", "rayon"] } minifb = { version = "0.28.0", optional = true } -video-rs = { version = "0.10.5", features = ["ndarray"], optional = true } +video-rs = { version = "0.11.0", features = ["ndarray"], optional = true } ndarray-npy = { version = "0.10", optional = true } ort = { version = "=2.0.0-rc.12", default-features = false, features = [ "tls-rustls",