update deps, add reqwest and clippy
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user