From 3d88f64d25d146ed08bbc3febe25c0c3d422457c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 04:23:00 +0000 Subject: [PATCH] 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](https://github.com/weiznich/diesel_async/compare/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] --- examples/web_app_graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index 8ea6cc29..4e3eae98 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -12,7 +12,7 @@ actix-web = "4.4.0" async-graphql = "6.0.11" async-graphql-actix-web = "6.0.11" diesel = { version = "2.1.4", features = ["postgres"] } -diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] } +diesel-async = { version = "0.6.1", features = ["postgres", "deadpool"] } diesel_migrations = "2.1.0" dotenvy = "0.15.7" env_logger = "0.11.3"