From 8f0dca3b76965cb508d8a1686517b64042f57888 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 20 Apr 2025 17:23:02 +0200 Subject: [PATCH] Upgrade `mysql_common` and `mysql_async` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 171d25e..91c5265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,10 +23,10 @@ futures-util = { version = "0.3.17", default-features = false, features = [ ] } tokio-postgres = { version = "0.7.10", optional = true } tokio = { version = "1.26", optional = true } -mysql_async = { version = "0.35", optional = true, default-features = false, features = [ +mysql_async = { version = "0.36.0", optional = true, default-features = false, features = [ "minimal-rust", ] } -mysql_common = { version = "0.34", optional = true, default-features = false } +mysql_common = { version = "0.35.3", optional = true, default-features = false } bb8 = { version = "0.9", optional = true } async-trait = { version = "0.1.66", optional = true }