aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-04 21:58:48 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-04 21:58:48 +0100
commit6a6ea52a58432b617304c0b08949db995252a539 (patch)
treee0881c2f0803bcb9e56670ad918d64ead3b7b540
parentacd8bc66d59f052341f8b5d0ee5028fc502ce191 (diff)
downloadaskama-6a6ea52a58432b617304c0b08949db995252a539.tar.gz
askama-6a6ea52a58432b617304c0b08949db995252a539.tar.bz2
askama-6a6ea52a58432b617304c0b08949db995252a539.zip
Upgrade to nom-2.1
-rw-r--r--askama/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index 0025c75..55c6059 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -9,5 +9,5 @@ workspace = ".."
[dependencies]
htmlescape = { git = "https://github.com/veddan/rust-htmlescape" }
-nom = "2.0"
+nom = "2.1"
syn = "0.11"