Backport changes of 0.15.12 juniper release

This commit is contained in:
tyranron 2024-01-02 15:32:55 +01:00
commit dc1f3e0c79
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -54,7 +54,7 @@ bigdecimal = { version = "0.4", optional = true }
bson = { version = "2.4", features = ["chrono-0_4"], optional = true } bson = { version = "2.4", features = ["chrono-0_4"], optional = true }
chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true } chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true }
chrono-tz = { version = "0.8", default-features = false, optional = true } chrono-tz = { version = "0.8", default-features = false, optional = true }
fnv = "1.0.3" fnv = "1.0.5"
futures = { version = "0.3.22", features = ["alloc"], default-features = false } futures = { version = "0.3.22", features = ["alloc"], default-features = false }
futures-enum = { version = "0.1.12", default-features = false } futures-enum = { version = "0.1.12", default-features = false }
graphql-parser = { version = "0.4", optional = true } graphql-parser = { version = "0.4", optional = true }