From d60bac6e1d087a7cb94546297c8dc81984ad64f2 Mon Sep 17 00:00:00 2001 From: zzz <458761603@qq.com> Date: Thu, 22 Aug 2024 19:52:22 +0800 Subject: [PATCH] fix mysql_async version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 049edb5..0fcd410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } url = "2.3" -mysql_async = { version = "0.34", default-features=false, features = [ "default-rustls" ], git="https://github.com/blackbeam/mysql_async.git" } +mysql_async = { version = "0.34", default-features=false, features = [ "default-rustls" ], git="https://github.com/blackbeam/mysql_async.git", rev="08b7b70" } zstd-sys = "=2.0.9" hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }