aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared
diff options
context:
space:
mode:
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 }