1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

revert openssl dep req change

This commit is contained in:
Rob Ede 2023-12-25 19:32:11 +00:00 committed by GitHub
parent 401119cc2f
commit f54f7a10ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ dotenvy = "0.15"
env_logger = "0.10"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"
openssl = { version = "0.10.62", features = ["v110"] }
openssl = { version = "0.10.60", features = ["v110"] }
rand = "0.8"
rustls = "0.21"
serde = { version = "1", features = ["derive"] }