Skip to content

Commit 4cbe741

Browse files
committed
use secure openssl version
1 parent 80320a0 commit 4cbe741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ futures-core = { version = "0.3.17", default-features = false, features = ["allo
2828
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
2929
mio = { version = "0.8", features = ["os-poll", "net"] }
3030
num_cpus = "1.13"
31-
socket2 = "0.4.2"
31+
socket2 = "0.4.2" # TODO(MSRV 1.64) update to 0.5
3232
tokio = { version = "1.23.1", features = ["sync"] }
3333
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
3434

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tracing = { version = "0.1.30", default-features = false, features = ["log"] }
5454
http = { version = "0.2.3", optional = true }
5555

5656
# openssl
57-
tls-openssl = { package = "openssl", version = "0.10.9", optional = true }
57+
tls-openssl = { package = "openssl", version = "0.10.48", optional = true }
5858
tokio-openssl = { version = "0.6", optional = true }
5959

6060
# rustls

0 commit comments

Comments
 (0)