From ea5a8375430538bfe4974cf7b311031f83639896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:24:44 +0000 Subject: [PATCH] Update Rust crate async-graphql to v7 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54c9efd..cd3e38c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ features = [ "graphiql" ] serde = { version = "^1.0.137", features = [ "derive" ] } serde_json = "^1.0.81" tauri = "^1.0.0" -async-graphql = "^5.0.0" +async-graphql = "^7.0.0" warp = { version = "^0.3.2", optional = true } async-graphql-warp = { version = "^5.0.0", optional = true } http = { version = "^0.2.8", optional = true }