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"] }