update deps, add reqwest and clippy

This commit is contained in:
2025-10-02 20:36:22 +08:00
parent 1686114181
commit 6e401c86cf
4 changed files with 1260 additions and 248 deletions

View File

@@ -12,13 +12,15 @@ re-tex = { git = "https://github.com/eigeen/re-tex.git", branch = "main" }
ree-pak-core = { git = "https://github.com/eigeen/ree-pak-rs.git", branch = "main" }
# UI
dialoguer = "0.11"
dialoguer = "0.12"
indicatif = "0.18"
colored = "3.0"
color-eyre = "0.6"
rayon = "1.11"
parking_lot = "0.12"
colored = "3.0"
fs-err = "3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.47", features = ["parking_lot", "rt-multi-thread", "macros"] }
reqwest = { version = "0.12", features = ["json"] }