Skip to content

Commit 3d88f64

Browse files
Update diesel-async requirement from 0.5.0 to 0.6.1
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.5.0...v0.6.1) --- updated-dependencies: - dependency-name: diesel-async dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c029adb commit 3d88f64

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.5.0", features = ["postgres", "deadpool"] }
15+
diesel-async = { version = "0.6.1", 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)