mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Update dependencies.
This commit is contained in:
parent
0b10f631fc
commit
24b23e471f
2 changed files with 651 additions and 453 deletions
1086
Cargo.lock
generated
1086
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
|
@ -12,14 +12,18 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.36.0", features = ["full", "io-util"] }
|
||||
futures = "0.3.30"
|
||||
clap = "2.34.0"
|
||||
reqwest = { version = "0.11.24", features = ["trust-dns", "rustls-tls", "native-tls"] }
|
||||
openssl = { version = "0.10.64", features = ["vendored"] }
|
||||
tokio = { version = "1.40.0", features = ["full", "io-util"] }
|
||||
futures = "0.3.31"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
reqwest = { version = "0.12.8", features = [
|
||||
"hickory-dns",
|
||||
"rustls-tls",
|
||||
"native-tls",
|
||||
] }
|
||||
openssl = { version = "0.10.66", features = ["vendored"] }
|
||||
rand = "0.8.5"
|
||||
scraper = "0.19.0"
|
||||
async-recursion = "1.0.5"
|
||||
scraper = "0.20.0"
|
||||
async-recursion = "1.1.1"
|
||||
|
||||
[profile.release]
|
||||
lto = 'thin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue