1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Bump openssl from 0.10.59 to 0.10.60 (#664)

This commit is contained in:
dependabot[bot]
2023-11-29 02:43:16 +00:00
committed by GitHub
parent 24a07569ec
commit 3a7e16e955
2 changed files with 5 additions and 5 deletions

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.55", features = ["v110"] }
openssl = { version = "0.10.60", features = ["v110"] }
rand = "0.8"
rustls = "0.21"
serde = { version = "1", features = ["derive"] }