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
3a0674997e
commit
ede2c96e0f
2 changed files with 56 additions and 56 deletions
|
|
@ -12,7 +12,7 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.40.0", features = ["full", "io-util"] }
|
||||
tokio = { version = "1.41.0", features = ["full", "io-util"] }
|
||||
futures = "0.3.31"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
reqwest = { version = "0.12.8", features = [
|
||||
|
|
@ -20,7 +20,7 @@ reqwest = { version = "0.12.8", features = [
|
|||
"rustls-tls",
|
||||
"native-tls",
|
||||
] }
|
||||
openssl = { version = "0.10.66", features = ["vendored"] }
|
||||
openssl = { version = "0.10.68", features = ["vendored"] }
|
||||
rand = "0.8.5"
|
||||
scraper = "0.20.0"
|
||||
async-recursion = "1.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue