mirror of https://github.com/fafhrd91/actix-web
dev-deps: Update `env_logger` to 0.7
This commit is contained in:
parent
73eeab0e90
commit
95f9a12a5e
|
@ -95,7 +95,7 @@ rust-tls = { version = "0.17.0", package = "rustls", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix = "0.10.0-alpha.1"
|
actix = "0.10.0-alpha.1"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
env_logger = "0.6"
|
env_logger = "0.7"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
brotli2 = "0.3.2"
|
brotli2 = "0.3.2"
|
||||||
flate2 = "1.0.13"
|
flate2 = "1.0.13"
|
||||||
|
|
Loading…
Reference in New Issue