summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-07-17 12:49:33 +0300
committerjakka <jakka@jakka.su>2025-07-17 12:49:33 +0300
commitb94b92c97d620d9033d7f8f8948fa39cf2d6e73f (patch)
tree60ec25671153390caa141feedbb44d78822af44d /Cargo.toml
parenteee8e6758411db2bf2d82ffa93c69b8a5788429d (diff)
update console crate
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 90e61d1..0b84e24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ directories = "6.0.0"
flac-bound = { version = "0.5.0", default-features = false }
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
walkdir = "2.5.0"
-console = { version = "0.15.11", features = ["windows-console-colors"] }
+console = { version = "0.16.0", features = ["windows-console-colors"] }
claxon = { git = "https://github.com/justjakka/claxon.git" }
metaflac = "0.2.8"
rusqlite = { version = "0.36.0", default-features = false, features = [