diff --git a/Cargo.toml b/Cargo.toml index 2549803..d70cac1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ candle-core = { version = "0.6.0" } candle-nn = { version = "0.6.0" } clap = { version = "4.5.11", features = ["derive"], optional = true } env_logger = { version = "0.11.0" } -hf-hub = { version = "0.3.2" } +hf-hub = { version = "0.4.1" } log = { version = "0.4.20" } opencv = { version = "0.93.1", default-features = false, features = [ 'imgproc',