Skip to content

Commit 503db65

Browse files
authored
Merge branch 'main' into Arka/Issues/575
2 parents 6092d2c + 35f1bd5 commit 503db65

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
@@ -12,7 +12,7 @@ actix-web = "4.4.0"
1212
async-graphql = "6.0.11"
1313
async-graphql-actix-web = "6.0.11"
1414
diesel = { version = "2.1.4", features = ["postgres"] }
15-
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
15+
diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] }
1616
diesel_migrations = "2.1.0"
1717
dotenvy = "0.15.7"
1818
env_logger = "0.11.3"

0 commit comments

Comments
 (0)