1
0
mirror of https://github.com/actix/examples synced 2025-09-02 03:46:38 +02:00

chore: upgrade to rustls v0.23

This commit is contained in:
Rob Ede
2024-05-25 05:36:36 +01:00
parent d066747672
commit f36601babb
16 changed files with 263 additions and 199 deletions

View File

@@ -105,7 +105,8 @@ futures-util = { version = "0.3.17", default-features = false, features = ["std"
log = "0.4"
openssl = { version = "0.10.60", features = ["v110"] }
rand = "0.8"
rustls = "0.21"
rustls = "0.23"
rustls-pemfile = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.24.2", features = ["sync", "io-util"] }