diff --git a/Cargo.toml b/Cargo.toml index edbcfc8..e5cfee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ maintenance = { status = "experimental" } [dependencies] nom = "5" -mysql_common = "0.22" +mysql_common = "0.23" byteorder = "1" chrono = "0.4" time = "=0.2.7" @@ -38,4 +38,4 @@ mysql = "18" mysql_async = "0.20.0" slab = "0.4.2" tokio = { version = "1.0", features = ["full"] } -futures = "0.1.26" \ No newline at end of file +futures = "0.1.26"