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

use rustls v0.21

This commit is contained in:
Rob Ede
2023-08-29 18:28:12 +01:00
parent 9ac242138a
commit cfea68d5c7
12 changed files with 66 additions and 50 deletions

View File

@@ -73,20 +73,20 @@ actix-broker = "0.4"
actix-codec = "0.5"
actix-cors = "0.6"
actix-files = "0.6"
actix-http = "3"
actix-http = "3.4"
actix-identity = "0.5"
actix-multipart = "0.6"
actix-multipart-derive = "0.6"
actix-protobuf = "0.9"
actix-session = "0.7"
actix-test = "0.1"
actix-tls = "3"
actix-tls = "3.1"
actix-utils = "3"
actix-web = "4.3"
actix-web = "4.4"
actix-web-actors = "4.1"
actix-web-lab = "0.19"
actix-ws = "0.2.5"
awc = "3"
awc = "3.2"
chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] }
derive_more = "0.99.7"
@@ -96,6 +96,7 @@ futures-util = { version = "0.3.17", default-features = false, features = ["std"
log = "0.4"
openssl = { version = "0.10.55", features = ["v110"] }
rand = "0.8"
rustls = "0.21"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.24.2", features = ["sync", "io-util"] }