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:
parent
401119cc2f
commit
f54f7a10ae
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user