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
c0ba951955
commit
99db1a4b29
2 changed files with 767 additions and 342 deletions
1101
Cargo.lock
generated
1101
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -12,15 +12,15 @@ readme = "README.md"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.41.0", features = ["full", "io-util"] }
|
tokio = { version = "1.44.2", features = ["full", "io-util"] }
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
clap = { version = "4.5.20", features = ["derive"] }
|
clap = { version = "4.5.37", features = ["derive"] }
|
||||||
reqwest = { version = "0.12.8", features = [
|
reqwest = { version = "0.12.15", features = [
|
||||||
"hickory-dns",
|
"hickory-dns",
|
||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
"native-tls",
|
"native-tls",
|
||||||
] }
|
] }
|
||||||
openssl = { version = "0.10.68", features = ["vendored"] }
|
openssl = { version = "0.10.72", features = ["vendored"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
scraper = "0.20.0"
|
scraper = "0.20.0"
|
||||||
async-recursion = "1.1.1"
|
async-recursion = "1.1.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue