diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 3e87e108..90b57954 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -54,7 +54,7 @@ bigdecimal = { version = "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-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-enum = { version = "0.1.12", default-features = false } graphql-parser = { version = "0.4", optional = true }