From 9f76f94f88e6bb1ce27cb59bf2eeb78d07f8ca2f Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sun, 14 Jul 2019 10:08:41 +0100 Subject: [PATCH] Bump zoneinfo_compiled to v0.4.8 Fixes #517. The commit in zoneinfo-compiled fixes a bug where missing flags in the tzinfo file were making it crash instead of being treated as 0 values. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbe70fca..af247b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ term_grid = "0.1.7" term_size = "0.3.1" unicode-width = "0.1.5" users = "0.9.1" -zoneinfo_compiled = "0.4.7" +zoneinfo_compiled = "0.4.8" [dependencies.git2] version = "0.8.0"