Skip to content

Commit ae48641

Browse files
Update async-graphql-actix-web requirement from 6.0.11 to 7.0.3
--- updated-dependencies: - dependency-name: async-graphql-actix-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c170aa2 commit ae48641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_app_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = ["Eugene Korir <korir16071@gmail.com>"]
1010
actix-cors = "0.7.0"
1111
actix-web = "4.4.0"
1212
async-graphql = "6.0.11"
13-
async-graphql-actix-web = "6.0.11"
13+
async-graphql-actix-web = "7.0.3"
1414
diesel = { version = "2.1.4", features = ["postgres"] }
1515
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
1616
diesel_migrations = "2.1.0"

0 commit comments

Comments
 (0)