mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
Bump dependencies.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
afd8f26f67
commit
3111e47344
2 changed files with 221 additions and 246 deletions
453
Cargo.lock
generated
453
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
14
Cargo.toml
14
Cargo.toml
|
|
@ -12,12 +12,12 @@ 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.6.0", features = ["full", "io-util"] }
|
tokio = { version = "1.16.1", features = ["full", "io-util"] }
|
||||||
futures = "0.3.15"
|
futures = "0.3.21"
|
||||||
clap = "2.33.3"
|
clap = "2.33.4"
|
||||||
reqwest = { version = "0.11.3", features = ["trust-dns", "rustls-tls", "native-tls"] }
|
reqwest = { version = "0.11.9", features = ["trust-dns", "rustls-tls", "native-tls"] }
|
||||||
openssl = { version = "0.10.34", features = ["vendored"] }
|
openssl = { version = "0.10.38", features = ["vendored"] }
|
||||||
rand = "0.8.3"
|
rand = "0.8.4"
|
||||||
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
@ -25,4 +25,4 @@ lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
incremental = false
|
incremental = false
|
||||||
opt-level = "s"
|
opt-level = "s"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue