updates for everyone
This commit is contained in:
parent
fda5f2bbba
commit
2c7484b538
4 changed files with 1283 additions and 895 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -14,12 +14,12 @@ bytes = "1.1"
|
|||
futures = "0.3"
|
||||
lazy_static = "1.4"
|
||||
log = "0.4.16"
|
||||
pdf = "0.8"
|
||||
pdf = "0.9"
|
||||
regex = "1.5.5"
|
||||
reqwest = { version = "0.11", features = ["rustls-tls", "stream"], default-features = false }
|
||||
scraper = "0.12"
|
||||
simple_logger = { version = "4.2", features = ["stderr"] }
|
||||
thiserror = "1"
|
||||
reqwest = { version = "0.12.23", features = ["rustls-tls", "stream"], default-features = false }
|
||||
scraper = "0.24"
|
||||
simple_logger = { version = "5", features = ["stderr"] }
|
||||
thiserror = "2"
|
||||
time = { version = "0.3.9", features = ["formatting", "macros", "parsing"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = "0.1.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue