mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 05:48:45 +00:00
dev-deps: Update env_logger
to 0.7
This commit is contained in:
parent
73eeab0e90
commit
95f9a12a5e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue