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 }