1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00: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" }