Skip to content

Commit 7ba7585

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9257ef commit 7ba7585

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
@@ -38,7 +38,7 @@ anyhow = { version = "1.0.32", optional = true, default-features = false }
3838
async-trait = "0.1.39"
3939
bson = { version = "2.0", features = ["chrono-0_4"], optional = true }
4040
chrono = { version = "0.4", default-features = false, optional = true }
41-
chrono-tz = { version = "0.5", default-features = false, optional = true }
41+
chrono-tz = { version = "0.6", default-features = false, optional = true }
4242
fnv = "1.0.3"
4343
futures = { version = "0.3.1", features = ["alloc"], default-features = false }
4444
futures-enum = { version = "0.1.12", default-features = false }

0 commit comments

Comments
 (0)