From 8c9af07ea60920376c5823398470ac5ad9cda0d4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 17 Jul 2018 09:06:08 +0200 Subject: [PATCH] deps: update error-chain to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad85a23..b7fcf78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "Run pkg-config from declarative dependencies in Cargo.toml" keywords = ["pkg-config", "build-dependencies", "build-depends", "manifest", "metadata"] [dependencies] -error-chain = { version = "0.10", default-features = false } +error-chain = { version = "0.12", default-features = false } pkg-config = "0.3.8" toml = { version = "0.2", default-features = false }