From 467686e2d3515a3285086ccc6c133dd074462dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Mon, 6 Oct 2025 10:42:47 +0100 Subject: [PATCH] support mysq_async 0.36 --- refinery_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinery_core/Cargo.toml b/refinery_core/Cargo.toml index 87c65ccd..4e67c30e 100644 --- a/refinery_core/Cargo.toml +++ b/refinery_core/Cargo.toml @@ -37,7 +37,7 @@ 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.35", optional = true, default-features = false, features = ["minimal"] } +mysql_async = { version = ">= 0.28, <= 0.36", 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"] }