mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Update rustls to 0.21, futures-rustls to 0.24
This commit is contained in:
parent
d3a2204305
commit
b609f77be9
6 changed files with 23 additions and 24 deletions
|
|
@ -20,14 +20,14 @@ aquatic_toml_config.workspace = true
|
|||
|
||||
anyhow = "1"
|
||||
futures-lite = "1"
|
||||
futures-rustls = "0.22"
|
||||
futures-rustls = "0.24"
|
||||
hashbrown = "0.13"
|
||||
glommio = "0.8"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rand_distr = "0.4"
|
||||
rustls = { version = "0.20", default-features = false, features = ["logging", "dangerous_configuration"] } # TLS 1.2 disabled
|
||||
rustls = { version = "0.21", default-features = false, features = ["logging", "dangerous_configuration"] } # TLS 1.2 disabled
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue