mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
(chore): update dependencies and fix code to match them
This commit is contained in:
parent
99db1a4b29
commit
291f8dfe9e
4 changed files with 359 additions and 408 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -12,17 +12,17 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.44.2", features = ["full", "io-util"] }
|
||||
tokio = { version = "1.47.0", features = ["full", "io-util"] }
|
||||
futures = "0.3.31"
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
reqwest = { version = "0.12.15", features = [
|
||||
clap = { version = "4.5.41", features = ["derive"] }
|
||||
reqwest = { version = "0.12.22", features = [
|
||||
"hickory-dns",
|
||||
"rustls-tls",
|
||||
"native-tls",
|
||||
] }
|
||||
openssl = { version = "0.10.72", features = ["vendored"] }
|
||||
rand = "0.8.5"
|
||||
scraper = "0.20.0"
|
||||
openssl = { version = "0.10.73", features = ["vendored"] }
|
||||
rand = "0.9.2"
|
||||
scraper = "0.23.1"
|
||||
async-recursion = "1.1.1"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue