Skip to content

Commit 9466cbe

Browse files
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] <support@github.com>
1 parent ace4110 commit 9466cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ regex = { version = "1.12.2" }
3838
tempfile = { version = "3.23.0" }
3939
fast_image_resize = { version = "5.5.0", default-features = false, features = ["image", "rayon"] }
4040
minifb = { version = "0.28.0", optional = true }
41-
video-rs = { version = "0.10.5", features = ["ndarray"], optional = true }
41+
video-rs = { version = "0.11.0", features = ["ndarray"], optional = true }
4242
ndarray-npy = { version = "0.10", optional = true }
4343
ort = { version = "=2.0.0-rc.11", default-features = false, features = [
4444
"tls-rustls",

0 commit comments

Comments
 (0)