diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-04 21:58:48 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-04 21:58:48 +0100 |
commit | 6a6ea52a58432b617304c0b08949db995252a539 (patch) | |
tree | e0881c2f0803bcb9e56670ad918d64ead3b7b540 | |
parent | acd8bc66d59f052341f8b5d0ee5028fc502ce191 (diff) | |
download | askama-6a6ea52a58432b617304c0b08949db995252a539.tar.gz askama-6a6ea52a58432b617304c0b08949db995252a539.tar.bz2 askama-6a6ea52a58432b617304c0b08949db995252a539.zip |
Upgrade to nom-2.1
-rw-r--r-- | askama/Cargo.toml | 2 |
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" |