From b94b92c97d620d9033d7f8f8948fa39cf2d6e73f Mon Sep 17 00:00:00 2001 From: jakka Date: Thu, 17 Jul 2025 12:49:33 +0300 Subject: update console crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 = [ -- cgit v1.3.1