Skip to content

Commit 8d1aa9c

Browse files
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](chronotope/chrono-tz@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb96fb1 commit 8d1aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ auto_enums = "0.8"
4848
bigdecimal = { version = "0.4", optional = true }
4949
bson = { version = "2.4", optional = true }
5050
chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true }
51-
chrono-tz = { version = "0.9", default-features = false, optional = true }
51+
chrono-tz = { version = "0.10", default-features = false, optional = true }
5252
fnv = "1.0.5"
5353
futures = { version = "0.3.22", features = ["alloc"], default-features = false }
5454
graphql-parser = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)