aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-24 17:56:12 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-24 17:56:12 -0700
commitbe2e85911195a484c6e203752e00fddebd9047cc (patch)
tree3839d0a9389f29ccad0d40b94d1918f29b02e9f4
parentb5da525b8559f0d7ef55fb1a04ca940d13125508 (diff)
downloadfatcat-be2e85911195a484c6e203752e00fddebd9047cc.tar.gz
fatcat-be2e85911195a484c6e203752e00fddebd9047cc.zip
formally switch to diesel 1.3
-rw-r--r--rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"