diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 2c485120..d87eafb0 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] juniper = "0.15.9" -juniper_actix = "0.4.0" +juniper_actix = "0.7.0" actix-web = { version = "4.1.0", features = ["macros"] } env_logger = "0.11.3" \ No newline at end of file