Skip to content

Commit 6effef6

Browse files
committed
Bump mysql_common
Signed-off-by: Chojan Shang <[email protected]>
1 parent 5b354df commit 6effef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ codecov = { repository = "jonhoo/msql-srv", branch = "master", service = "github
2323
maintenance = { status = "experimental" }
2424

2525
[dependencies]
26-
nom = "7.0.0-alpha2"
27-
mysql_common = "0.27"
26+
nom = "7.1.0"
27+
mysql_common = { version = "0.28.0", features = ["chrono"] }
2828
byteorder = "1.4"
2929
chrono = "0.4"
3030

0 commit comments

Comments
 (0)