1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

dev-deps: Update env_logger to 0.7

This commit is contained in:
Yuki Okushi 2020-03-01 10:44:26 +09:00
parent 5da9e277a2
commit 6b626c7d77
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1

View file

@ -64,5 +64,5 @@ actix-tls = { version = "2.0.0-alpha.1", features=["openssl", "rustls"] }
brotli2 = "0.3.2"
flate2 = "1.0.13"
futures = "0.3.1"
env_logger = "0.6"
env_logger = "0.7"
webpki = "0.21"