修正依赖版本号
This commit is contained in:
@ -51,7 +51,8 @@
|
|||||||
- :hammer: 重构代码!使用mpsc进行线程通讯。
|
- :hammer: 重构代码!使用mpsc进行线程通讯。
|
||||||
|
|
||||||
|
|
||||||
## [2.5.10] - 2025.3.15
|
## [2.5.11] - 2025.3.15
|
||||||
|
- 修正依赖版本号
|
||||||
### Features :sparkles:
|
### Features :sparkles:
|
||||||
- 重新进度条支持!美观了不少啊
|
- 重新进度条支持!美观了不少啊
|
||||||
### Refactoring
|
### Refactoring
|
||||||
|
|||||||
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -331,11 +331,10 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "colored"
|
name = "colored"
|
||||||
version = "2.2.0"
|
version = "3.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -17,8 +17,8 @@ audiotags = {version = "0.5.0",default-features = false}
|
|||||||
base64 = {version = "0.22.*"}
|
base64 = {version = "0.22.*"}
|
||||||
chrono = {version = "0.4.*",features = ["clock"],default-features = false}
|
chrono = {version = "0.4.*",features = ["clock"],default-features = false}
|
||||||
clap = { version = "4.5.*", features = ["derive","std"]}
|
clap = { version = "4.5.*", features = ["derive","std"]}
|
||||||
colored = {version = "*",default-features = false}
|
colored = {version = "3.0.0",default-features = false}
|
||||||
env_logger = {version = "*",default-features = false}
|
env_logger = {version = "0.11.7",default-features = false}
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
image = "0.25.*"
|
image = "0.25.*"
|
||||||
indicatif = "0.17.9"
|
indicatif = "0.17.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user