mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Use rustls via tokio-rustls re-export
This commit is contained in:
parent
75cf6024b6
commit
df41668b15
5 changed files with 15 additions and 12 deletions
|
|
@ -22,8 +22,7 @@ mime_guess = "2.0"
|
|||
once_cell = "1.19"
|
||||
percent-encoding = "2.3"
|
||||
rcgen = { version = "0.12.1", default-features = false, features = ["ring"] }
|
||||
rustls = "0.22.2"
|
||||
tokio-rustls = "0.25.0"
|
||||
tokio-rustls = { version = "0.25.0", default-features = false, features = ["logging", "ring", "tls12"] }
|
||||
tokio = { version = "1.36", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.5.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue