From ec74ac44568cdda5f852ac714d18f0b377b6daa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:35:39 +0000 Subject: [PATCH] Update tzdb requirement from 0.5.0 to 0.6.0 Updates the requirements on [tzdb](https://github.com/Kijewski/tzdb) to permit the latest version. - [Release notes](https://github.com/Kijewski/tzdb/releases) - [Changelog](https://github.com/Kijewski/tzdb/blob/v0.6.x/CHANGELOG.md) - [Commits](https://github.com/Kijewski/tzdb/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: tzdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6dbd32..2926300 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 } document-features = { version = "0.2", optional = true }