mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
aquatic_http: glommio: use futures-rustls
This commit is contained in:
parent
b2347ef3b0
commit
afce23e321
5 changed files with 84 additions and 143 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -96,6 +96,7 @@ dependencies = [
|
|||
"core_affinity",
|
||||
"either",
|
||||
"futures-lite",
|
||||
"futures-rustls",
|
||||
"glommio",
|
||||
"hashbrown 0.11.2",
|
||||
"indexmap",
|
||||
|
|
@ -108,7 +109,6 @@ dependencies = [
|
|||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand",
|
||||
"rustls",
|
||||
"rustls-pemfile",
|
||||
"serde",
|
||||
"slab",
|
||||
|
|
@ -785,6 +785,17 @@ dependencies = [
|
|||
"waker-fn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "futures-rustls"
|
||||
version = "0.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d383f0425d991a05e564c2f3ec150bd6dde863179c131dd60d8aa73a05434461"
|
||||
dependencies = [
|
||||
"futures-io",
|
||||
"rustls",
|
||||
"webpki",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "generic-array"
|
||||
version = "0.14.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue