1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00

dev-deps: Update env_logger to 0.7

This commit is contained in:
Yuki Okushi 2020-02-27 11:08:45 +09:00
parent 95c18dbdf3
commit 903ae47baa

View File

@ -99,7 +99,7 @@ actix-http-test = { version = "1.0.0", features=["openssl"] }
actix-tls = { version = "1.0.0", features=["openssl"] }
criterion = "0.3"
futures = "0.3.1"
env_logger = "0.6"
env_logger = "0.7"
serde_derive = "1.0"
open-ssl = { version="0.10", package = "openssl" }
rust-tls = { version="0.16", package = "rustls" }