mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update env_logger to 0.10
This commit is contained in:
@ -7,7 +7,7 @@ edition = "2021"
|
||||
actix-web = "4"
|
||||
awc = { version = "3", features = ["rustls"] }
|
||||
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
mime = "0.3"
|
||||
rustls = "0.20"
|
||||
|
@ -9,7 +9,7 @@ actix-files = "0.6"
|
||||
|
||||
acme-micro = "0.12"
|
||||
anyhow = "1"
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
openssl = { version = "0.10", features = ["v110"] }
|
||||
reqwest = "0.11"
|
||||
|
@ -5,5 +5,5 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4", features = ["openssl"] }
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
openssl = "0.10"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
actix-tls = "3.0"
|
||||
actix-web = { version = "4", features = ["rustls"] }
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
rustls = "0.20"
|
||||
rustls-pemfile = "1"
|
||||
|
@ -12,7 +12,7 @@ actix-web = { version = "4", features = ["rustls"] }
|
||||
actix-web-lab = "0.18"
|
||||
actix-files = "0.6"
|
||||
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
rustls = "0.20.2"
|
||||
rustls-pemfile = "1"
|
||||
|
Reference in New Issue
Block a user