mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
use secure version ranges
This commit is contained in:
@ -94,6 +94,7 @@ dotenv = "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"] }
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
Reference in New Issue
Block a user