Skip to content

Commit 8953239

Browse files
committed
Fix compile by upgrading mysql crate
1 parent 26a5c35 commit 8953239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ maintenance = { status = "experimental" }
2828

2929
[dependencies]
3030
nom = "7"
31-
mysql_common = { version = "0.28.0", features = ["chrono"] }
31+
mysql_common = { version = "0.29.1", features = ["chrono"] }
3232
byteorder = "1"
3333
chrono = "0.4"
3434
rustls = {version = "0.20.0", optional=true}
3535

3636
[dev-dependencies]
3737
postgres = "0.19.1"
38-
mysql = "22"
39-
mysql_async = "0.29.0"
38+
mysql = "23"
39+
mysql_async = "0.31.0"
4040
slab = "0.4.2"
4141
tokio = { version = "1.15.0", features = ["full"] }
4242
futures = "0.3.0"

0 commit comments

Comments
 (0)