From ae6c580d25d3efa1aba3547ef4bc9198c6b08f19 Mon Sep 17 00:00:00 2001 From: Lkhsss Date: Sat, 15 Mar 2025 16:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- Cargo.lock | 5 ++--- Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1b034..4ec6615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,8 @@ - :hammer: 重构代码!使用mpsc进行线程通讯。 -## [2.5.10] - 2025.3.15 +## [2.5.11] - 2025.3.15 +- 修正依赖版本号 ### Features :sparkles: - 重新进度条支持!美观了不少啊 ### Refactoring diff --git a/Cargo.lock b/Cargo.lock index 3827655..050f2e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,11 +331,10 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.2.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" +checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "lazy_static", "windows-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 3370a6a..0951732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ audiotags = {version = "0.5.0",default-features = false} base64 = {version = "0.22.*"} chrono = {version = "0.4.*",features = ["clock"],default-features = false} clap = { version = "4.5.*", features = ["derive","std"]} -colored = {version = "*",default-features = false} -env_logger = {version = "*",default-features = false} +colored = {version = "3.0.0",default-features = false} +env_logger = {version = "0.11.7",default-features = false} hex = "0.4.3" image = "0.25.*" indicatif = "0.17.9"