From fea94bffa06aa71500aa5f94296ca0d666a84449 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 30 Mar 2021 21:41:57 -0700 Subject: [PATCH] Removing features flag from db-lib as its not needed --- json-api/db/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }