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",