From d61dd60355dbdf01b3aa7b448cb486b6476db292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:53:05 +0000 Subject: [PATCH] Update mysql_async requirement from 0.35 to 0.36 in /reference-apps/rust Updates the requirements on [mysql_async](https://github.com/blackbeam/mysql_async) to permit the latest version. - [Release notes](https://github.com/blackbeam/mysql_async/releases) - [Commits](https://github.com/blackbeam/mysql_async/compare/v0.35.0...v0.36.1) --- updated-dependencies: - dependency-name: mysql_async dependency-version: 0.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index a4e68dc..5ba2fa4 100644 --- a/reference-apps/rust/Cargo.toml +++ b/reference-apps/rust/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "=0.4.42" } log = "0.4" env_logger = "=0.11.8" tokio-postgres = "0.7" -mysql_async = "0.35" +mysql_async = "0.36" mongodb = "3.1" redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] } lapin = "2.3"