From 32c6272c5063e1c76d4d9e1c15322359d86fac5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 04:19:58 +0000 Subject: [PATCH] Update chrono-tz requirement from 0.5 to 0.6 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] --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 0501aea3b..64fcb5609 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 = "1.0", 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 }