From 962570d5f894c4107362c914709edc7aa5f240cd Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Sun, 4 Aug 2024 13:30:55 +0200 Subject: [PATCH] video2rrd: remove unused dep --- media-utils/video2rrd/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/media-utils/video2rrd/Cargo.toml b/media-utils/video2rrd/Cargo.toml index ccf43b2be..9a95884e4 100644 --- a/media-utils/video2rrd/Cargo.toml +++ b/media-utils/video2rrd/Cargo.toml @@ -17,7 +17,6 @@ nalgebra = "0.32.4" regex = "1.10.3" ndarray = "0.15.6" machine-vision-formats = "0.1.1" -rayon = "1.9.0" opencv = { version = "0.88.8", optional = true } chrono = { version = "0.4.38", features = [ "libc",