summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-07-05 00:23:29 +0300
committerjakka <jakka@jakka.su>2025-07-05 00:23:29 +0300
commitebc9deeed7405fe398092741d30b9a96f76f2885 (patch)
tree3aaaca337d3b8cb7bc1908746874dc02a656cb48 /Cargo.toml
parent35681eea84afe1193d464d7d6f9e7bc8bb68b6ce (diff)
dep update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5a75b0..3df04de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ clap_complete = "4.5.54"
directories = "6.0.0"
flac-bound = { version = "0.5.0", default-features = false }
i24 = { version = "2.1.0", features = ["std"] }
-indicatif = { version = "0.17.11", features = ["improved_unicode"] }
+indicatif = { version = "0.18.0", features = ["improved_unicode"] }
md-5 = "0.10.6"
walkdir = "2.5.0"
console = { version = "0.15.11", features = ["windows-console-colors"] }