diff options
| author | jakka <jakka@jakka.su> | 2025-07-17 12:49:33 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-07-17 12:49:33 +0300 |
| commit | b94b92c97d620d9033d7f8f8948fa39cf2d6e73f (patch) | |
| tree | 60ec25671153390caa141feedbb44d78822af44d | |
| parent | eee8e6758411db2bf2d82ffa93c69b8a5788429d (diff) | |
update console crate
| -rw-r--r-- | Cargo.lock | 17 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 16 deletions
@@ -155,19 +155,6 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "console" -version = "0.15.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width", - "windows-sys 0.59.0", -] - -[[package]] -name = "console" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d" @@ -245,7 +232,7 @@ dependencies = [ "clap", "clap_complete", "claxon", - "console 0.15.11", + "console", "ctrlc", "directories", "flac-bound", @@ -302,7 +289,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" dependencies = [ - "console 0.16.0", + "console", "portable-atomic", "unicode-segmentation", "unicode-width", @@ -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 = [ |
