diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-05-12 20:31:31 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-05-12 20:31:31 +0200 |
commit | f0efc21b3ec37160c7202b3613f68325d70b5e64 (patch) | |
tree | 42e466facd843ce81d1288b928cdb4d5341eeccc /askama_derive | |
parent | 1d798e4a489709e3fa1603d8af9fb3c48de0d87e (diff) | |
download | askama-f0efc21b3ec37160c7202b3613f68325d70b5e64.tar.gz askama-f0efc21b3ec37160c7202b3613f68325d70b5e64.tar.bz2 askama-f0efc21b3ec37160c7202b3613f68325d70b5e64.zip |
Update dependencies
Diffstat (limited to 'askama_derive')
-rw-r--r-- | askama_derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 885b11a..f916d85 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -12,6 +12,6 @@ workspace = ".." proc-macro = true [dependencies] -nom = "2.1" +nom = "3" syn = "0.11" quote = "0.3" |