diff --git a/Cargo.toml b/Cargo.toml index 2549803..b2a07a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5.11", features = ["derive"], optional = true } env_logger = { version = "0.11.0" } hf-hub = { version = "0.3.2" } log = { version = "0.4.20" } -opencv = { version = "0.93.1", default-features = false, features = [ +opencv = { version = "0.94.2", default-features = false, features = [ 'imgproc', 'imgcodecs', ] }