From ac229d46b36194882d24b3f0a6d5a88d0a30c752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Sat, 30 Dec 2023 13:39:35 +0100 Subject: [PATCH] Update tzdb to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6dbd32..6f2cf3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing" git2 = { version = "0.18.0", default-features = false, optional = true } ## Better support for querying the local system time -tzdb = { version = "0.5.0", optional = true, default-features = false } +tzdb = { version = "0.6.0", optional = true, default-features = false, features = ["local"] } document-features = { version = "0.2", optional = true }