diff --git a/Cargo.toml b/Cargo.toml index 5f875e7..05f7a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ derivative = "2.1.1" systemstat = "0.1.5" clap ={features = ["yaml"], version = "2.33.1"} chrono = { version = "0.4", features = ["serde"] } -juniper = { version = "0.14.2", default-features = true, features = ["serde_json", "chrono"] } +juniper = { version = "0.15.7", default-features = true, features = ["serde_json", "chrono"] } [dev-dependencies] proptest = "0.9.6"