update reqwests and add cargo description
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "rust_reqwests"
|
||||
description = "Easily download software from rutracker directly through the terminal"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
@@ -9,7 +10,7 @@ clap = { version = "4.6.1", features = ["derive"] }
|
||||
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
|
||||
futures = "0.3.31"
|
||||
owo-colors = "4.3.0"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
reqwest = { version = "0.13.3", features = ["json"] }
|
||||
select = "0.6.1"
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.145"
|
||||
|
||||
Reference in New Issue
Block a user