Skip to content

Commit dc7ee1e

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

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