We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb96fb1 commit 8d1aa9cCopy full SHA for 8d1aa9c
juniper/Cargo.toml
@@ -48,7 +48,7 @@ auto_enums = "0.8"
48
bigdecimal = { version = "0.4", optional = true }
49
bson = { version = "2.4", optional = true }
50
chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true }
51
-chrono-tz = { version = "0.9", default-features = false, optional = true }
+chrono-tz = { version = "0.10", default-features = false, optional = true }
52
fnv = "1.0.5"
53
futures = { version = "0.3.22", features = ["alloc"], default-features = false }
54
graphql-parser = { version = "0.4", optional = true }
0 commit comments