diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-12 22:33:18 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-12 22:33:18 +0100 |
| commit | f3af9263b0472bcef3207906ce0e4d1d4aa3595b (patch) | |
| tree | e7d0e26156ced50086ba4c4941fb6e8016c78349 /tool | |
| parent | 2efc5f9444402c5ef9db25887f2e95d184af8e05 (diff) | |
| download | jellything-f3af9263b0472bcef3207906ce0e4d1d4aa3595b.tar jellything-f3af9263b0472bcef3207906ce0e4d1d4aa3595b.tar.bz2 jellything-f3af9263b0472bcef3207906ce0e4d1d4aa3595b.tar.zst | |
debug clusters, fix clusters not found in seek head
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" |