Update env_logger to 0.8.1.

This commit is contained in:
Rasmus Kaj 2020-10-28 18:14:49 +01:00
parent f799d6bff1
commit bb81dd35f1

View File

@ -13,7 +13,7 @@ ructe = { version = "0.12.0", features = ["sass", "warp02"] }
brotli = "3.3.0" brotli = "3.3.0"
chrono = "0.4.0" # Must match version used by diesel chrono = "0.4.0" # Must match version used by diesel
dotenv = "0.15" dotenv = "0.15"
env_logger = "0.7.1" env_logger = "0.8.1"
flate2 = "1.0.14" flate2 = "1.0.14"
image = "0.23.11" image = "0.23.11"
medallion = "2.3.1" medallion = "2.3.1"