From 8d1aa9c61c644e7de2c826135ecf1b663aa62887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:26:57 -0700 Subject: [PATCH] Update chrono-tz requirement from 0.9 to 0.10 (#1284) 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) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.9.0...v0.10.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 90671e55..451ab8ea 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -48,7 +48,7 @@ auto_enums = "0.8" bigdecimal = { version = "0.4", optional = true } bson = { version = "2.4", optional = true } chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true } -chrono-tz = { version = "0.9", default-features = false, optional = true } +chrono-tz = { version = "0.10", default-features = false, optional = true } fnv = "1.0.5" futures = { version = "0.3.22", features = ["alloc"], default-features = false } graphql-parser = { version = "0.4", optional = true }