Update packages
This commit is contained in:
parent
c467816a0b
commit
8cf986892f
2 changed files with 366 additions and 136 deletions
22
Cargo.toml
22
Cargo.toml
|
@ -17,16 +17,16 @@ codegen-units = 1
|
|||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-cors = "0.6.1"
|
||||
rusqlite = { version = "0.27.0", features = ["chrono", "bundled"] }
|
||||
actix-cors = "0.6"
|
||||
rusqlite = { version = "0.29", features = ["chrono", "bundled"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
validator = { version = "0.15.0", features = ["derive"] }
|
||||
md5 = "0.7.0"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
reqwest = "0.11.11"
|
||||
scraper = "0.13.0"
|
||||
sanitize_html = "0.7.0"
|
||||
clap = { version = "3.2.14", features = ["derive"] }
|
||||
serde_yaml = "0.9.2"
|
||||
derive_more = "0.99.17"
|
||||
validator = { version = "0.16", features = ["derive"] }
|
||||
md5 = "0.7"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
reqwest = "0.11"
|
||||
scraper = "0.15"
|
||||
sanitize_html = "0.7"
|
||||
clap = { version = "4.2", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
derive_more = "0.99"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue