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 }