diff options
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 7e4823e..71852b1 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -11,7 +11,7 @@ log = { workspace = true } env_logger = "0.11.8" anyhow = "1.0.100" reqwest = { workspace = true } -indicatif = "0.18.2" +indicatif = "0.18.3" tokio = { workspace = true } clap = { version = "4.5.51", features = ["derive"] } clap_complete = "4.5.60" |