From 19fc3a361bd1de1e9845140bc6dd499022055a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:26:22 +0000 Subject: [PATCH] fix(deps): update rust crate juniper to 0.16.0 --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 2c485120..c065fe05 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -juniper = "0.15.9" +juniper = "0.16.0" juniper_actix = "0.4.0" actix-web = { version = "4.1.0", features = ["macros"] } env_logger = "0.11.3" \ No newline at end of file