diff --git a/json-api/db/Cargo.toml b/json-api/db/Cargo.toml index d211df5..5d05bf3 100644 --- a/json-api/db/Cargo.toml +++ b/json-api/db/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" authors = ["shockrah "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + [dependencies] -mysql_async = "0.23.1" +mysql_async = "0.27" serde = { version = "1.0.117", features = [ "derive" ] } tokio = { version = "1", features = ["fs", "io-util"] }