diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,19 +2,19 @@ name = "askama_testing" version = "0.1.0" dependencies = [ - "askama 0.3.1", + "askama 0.3.2", ] [[package]] name = "askama" -version = "0.3.1" +version = "0.3.2" dependencies = [ - "askama_derive 0.3.1", + "askama_derive 0.3.2", ] [[package]] name = "askama_derive" -version = "0.3.1" +version = "0.3.2" dependencies = [ "nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |