generated from ElnuDev/rust-project
cargo upgrade
This commit is contained in:
parent
e1a8fe5bd7
commit
e275521e3d
5 changed files with 120 additions and 108 deletions
|
@ -13,10 +13,10 @@ license = "GPL-3.0-only"
|
|||
utils = { path = "../utils" }
|
||||
actix-web = "4.3.1"
|
||||
mime = "0.3.17"
|
||||
reqwest = "0.11.18"
|
||||
reqwest = "0.11.20"
|
||||
scraper = "0.17.1"
|
||||
lazy_static = "1.4.0"
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.104"
|
||||
clap = { version = "4.3.21", features = ["derive"] }
|
||||
serde_json = "1.0.105"
|
||||
clap = { version = "4.4.0", features = ["derive"] }
|
||||
actix-cors = "0.6.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue