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 26a5c35 commit 8953239Copy full SHA for 8953239
Cargo.toml
@@ -28,15 +28,15 @@ maintenance = { status = "experimental" }
28
29
[dependencies]
30
nom = "7"
31
-mysql_common = { version = "0.28.0", features = ["chrono"] }
+mysql_common = { version = "0.29.1", features = ["chrono"] }
32
byteorder = "1"
33
chrono = "0.4"
34
rustls = {version = "0.20.0", optional=true}
35
36
[dev-dependencies]
37
postgres = "0.19.1"
38
-mysql = "22"
39
-mysql_async = "0.29.0"
+mysql = "23"
+mysql_async = "0.31.0"
40
slab = "0.4.2"
41
tokio = { version = "1.15.0", features = ["full"] }
42
futures = "0.3.0"
0 commit comments