Skip to content

Commit adfaf38

Browse files
Update diesel-async requirement from 0.4.1 to 0.5.0
Updates the requirements on [diesel-async](https://github.com/weiznich/diesel_async) to permit the latest version. - [Release notes](https://github.com/weiznich/diesel_async/releases) - [Changelog](https://github.com/weiznich/diesel_async/blob/main/CHANGELOG.md) - [Commits](weiznich/diesel_async@v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: diesel-async dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c673c8d commit adfaf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_app_graphql/Cargo.toml

+1-1
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)