mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
use secure version ranges
This commit is contained in:
parent
20105d13fe
commit
01cb601f67
@ -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"
|
||||
|
@ -8,7 +8,7 @@ actix-web.workspace = true
|
||||
actix-web-lab.workspace = true
|
||||
actix-cors.workspace = true
|
||||
|
||||
juniper = "0.15"
|
||||
juniper = "0.15.10"
|
||||
|
||||
mysql = "24"
|
||||
r2d2 = "0.8"
|
||||
|
@ -8,7 +8,7 @@ actix-web.workspace = true
|
||||
actix-web-lab.workspace = true
|
||||
actix-cors.workspace = true
|
||||
|
||||
juniper = "0.15"
|
||||
juniper = "0.15.10"
|
||||
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
|
@ -11,5 +11,5 @@ acme-micro = "0.12"
|
||||
anyhow = "1"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
openssl = { version = "0.10", features = ["v110"] }
|
||||
openssl.workspace = true
|
||||
reqwest = "0.11"
|
||||
|
@ -7,4 +7,4 @@ edition = "2021"
|
||||
actix-web = { workspace = true, features = ["openssl"] }
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
openssl = "0.10"
|
||||
openssl.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user