diff --git a/packages/perseus-cli/Cargo.toml b/packages/perseus-cli/Cargo.toml index 23700bbf41..ffcaf657e4 100644 --- a/packages/perseus-cli/Cargo.toml +++ b/packages/perseus-cli/Cargo.toml @@ -23,7 +23,7 @@ include_dir = "0.6" thiserror = "1" fmterr = "0.1" cargo_toml = "0.9" -indicatif = "0.17.0-beta.1" # Not stable, but otherwise error handling is just about impossible +indicatif = "=0.17.0-beta.1" # Not stable, but otherwise error handling is just about impossible console = "0.14" serde = "1" serde_json = "1"