From be2e85911195a484c6e203752e00fddebd9047cc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 May 2018 17:56:12 -0700 Subject: formally switch to diesel 1.3 --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b037f1ba..cbac0229 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,8 +8,8 @@ members = ["fatcat-api"] [dependencies] fatcat-api = {version = "*", path = "fatcat-api"} -diesel = { version = "1.2", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] } -diesel_migrations = "1.2" +diesel = { version = "1.3", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] } +diesel_migrations = "1.3" dotenv = "0.9.0" clap = "*" error-chain = "0.11" -- cgit v1.2.3