From f04d25f75a12efd919b6fc6ff6780c9057a56113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:19:23 +0000 Subject: [PATCH] chore(deps): update mysql requirement from 26.0.0 to 27.0.0 Updates the requirements on [mysql](https://github.com/blackbeam/rust-mysql-simple) to permit the latest version. - [Release notes](https://github.com/blackbeam/rust-mysql-simple/releases) - [Commits](https://github.com/blackbeam/rust-mysql-simple/compare/v26.0.0...v27.0.0) --- updated-dependencies: - dependency-name: mysql dependency-version: 27.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8c891..e0bb783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ lapin = "3.0.0" ldap3 = "0.11.5" meilisearch-sdk = "0.29.1" mongodb = "3.0.1" -mysql = "26.0.0" +mysql = "27.0.0" neo4rs = "0.8.0" oracle = "0.6.0" postgres = "0.19.7"