diff --git a/av1an-core/Cargo.toml b/av1an-core/Cargo.toml index dc3942d..e070d47 100644 --- a/av1an-core/Cargo.toml +++ b/av1an-core/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sysinfo = "0.23.0" splines = "4.0.0" -indicatif = "0.17.0-rc.4" +indicatif = "=0.17.0-rc.4" once_cell = "1.8.0" strum = { version = "0.23.0", features = ["derive"] } itertools = "0.10.1"