aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-06 20:14:51 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-06 20:14:51 +0200
commitf58e26c740db84b27c36d3c20a234ee31a24bd75 (patch)
tree10a4434bee0b1084d81ad0b8b2889c7246dd47ac /askama_shared/Cargo.toml
parent2bd1745e99d7a73381bee6e6319320f79d261ffe (diff)
downloadaskama-f58e26c740db84b27c36d3c20a234ee31a24bd75.tar.gz
askama-f58e26c740db84b27c36d3c20a234ee31a24bd75.tar.bz2
askama-f58e26c740db84b27c36d3c20a234ee31a24bd75.zip
Update dependency on error-chain to 0.11
Diffstat (limited to '')
-rw-r--r--askama_shared/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml
index 865343c..1105ed6 100644
--- a/askama_shared/Cargo.toml
+++ b/askama_shared/Cargo.toml
@@ -15,7 +15,7 @@ iron = []
rocket = []
[dependencies]
-error-chain = "0.10"
+error-chain = "0.11"
nom = "3"
quote = "0.3"
serde = { version = "1.0", optional = true }