1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

dev-deps: Update env_logger to 0.7

This commit is contained in:
Yuki Okushi 2020-03-12 02:58:22 +09:00
parent 73eeab0e90
commit 95f9a12a5e
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1

View file

@ -95,7 +95,7 @@ rust-tls = { version = "0.17.0", package = "rustls", optional = true }
[dev-dependencies]
actix = "0.10.0-alpha.1"
rand = "0.7"
env_logger = "0.6"
env_logger = "0.7"
serde_derive = "1.0"
brotli2 = "0.3.2"
flate2 = "1.0.13"