aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-07-24 17:08:20 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-07-24 17:08:20 -0700
commitea2f4486d7c2e7c6a688ca11aa7db75f622887d3 (patch)
tree9221d051202003cf03c8686c7ec02e14d42595f0 /rust/Cargo.toml
parentba0248b091762a4064d9bebbda70b88fcb611204 (diff)
downloadfatcat-ea2f4486d7c2e7c6a688ca11aa7db75f622887d3.tar.gz
fatcat-ea2f4486d7c2e7c6a688ca11aa7db75f622887d3.zip
update error-chain to fix warnings
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 07020e67..0868d7f1 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -12,7 +12,7 @@ diesel = { version = "1.3", features = ["postgres", "uuid", "serde_json", "chron
diesel_migrations = "1.3"
dotenv = "0.9.0"
clap = "*"
-error-chain = "0.11"
+error-chain = "0.12"
uuid = "0.5"
log = "*"
data-encoding = "2.1"