From 7ba7585d7535dad6474e896ae78547646aa18c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:55:20 -0700 Subject: [PATCH] Update chrono-tz requirement from 0.5 to 0.6 (#982) Updates the requirements on [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono-tz/commits/v0.6.0) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 94facab4..1b3e995f 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -38,7 +38,7 @@ anyhow = { version = "1.0.32", optional = true, default-features = false } async-trait = "0.1.39" bson = { version = "2.0", features = ["chrono-0_4"], optional = true } chrono = { version = "0.4", default-features = false, optional = true } -chrono-tz = { version = "0.5", default-features = false, optional = true } +chrono-tz = { version = "0.6", default-features = false, optional = true } fnv = "1.0.3" futures = { version = "0.3.1", features = ["alloc"], default-features = false } futures-enum = { version = "0.1.12", default-features = false }