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:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user