From acdae57ec7ca870a73471b5102da7e03d54c3ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Tue, 9 Jun 2026 15:09:30 +0100 Subject: [PATCH] Bump mysql to 0.28.x and mysql_async to 0.37.x --- refinery_core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refinery_core/Cargo.toml b/refinery_core/Cargo.toml index 45e9543..27a9593 100644 --- a/refinery_core/Cargo.toml +++ b/refinery_core/Cargo.toml @@ -42,8 +42,8 @@ postgres = { version = ">=0.17, <= 0.19", optional = true } native-tls = { version = "0.2", optional = true } postgres-native-tls = { version = "0.5", optional = true } tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true } -mysql = { version = ">= 21.0.0, <= 26", optional = true, default-features = false, features = ["minimal"] } -mysql_async = { version = ">= 0.28, <= 0.36", optional = true, default-features = false, features = ["minimal"] } +mysql = { version = ">= 21.0.0, <= 28", optional = true, default-features = false, features = ["minimal"] } +mysql_async = { version = ">= 0.28, <= 0.37", optional = true, default-features = false, features = ["minimal"] } tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false } tokio = { version = "1.0", optional = true } futures = { version = "0.3.16", optional = true, features = ["async-await"] }