1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

bump env logger dep

This commit is contained in:
Rob Ede
2021-11-16 23:07:08 +00:00
parent 0a135c7dc9
commit 84c6d25fd3
4 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ awc = { version = "3.0.0-beta.10", features = ["openssl"] }
brotli2 = "0.3.2"
criterion = { version = "0.3", features = ["html_reports"] }
env_logger = "0.8"
env_logger = "0.9"
flate2 = "1.0.13"
futures-util = { version = "0.3.7", default-features = false, features = ["std"] }
rand = "0.8"