We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c0ced commit d60bac6Copy full SHA for d60bac6
Cargo.toml
@@ -14,7 +14,7 @@ serde_json = "1.0"
14
serde = { version = "1.0", features = ["derive"] }
15
url = "2.3"
16
17
-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" }
18
zstd-sys = "=2.0.9"
19
hyper = { version = "0.14", features = ["full"] }
20
tokio = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
0 commit comments