diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0320ba8c3e0e..ddba316a9e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,6 @@ reqwest = "0.8" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -tera = "0.11" tokio = "0.1" tokio-timer = "0.2" url = "1.7" @@ -33,4 +32,4 @@ url_serde = "0.2" [build-dependencies] pulldown-cmark = "0.1" -askama = "0.5" +askama = "0.6" |