aboutsummaryrefslogtreecommitdiffstats
path: root/askama_warp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_warp/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/askama_warp/Cargo.toml b/askama_warp/Cargo.toml
index d4f07e2..8cd26b4 100644
--- a/askama_warp/Cargo.toml
+++ b/askama_warp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_warp"
-version = "0.10.0"
+version = "0.11.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Bjørn Madsen <bm@aeons.dk>"]
description = "Warp integration for Askama templates"
documentation = "https://docs.rs/askama"
@@ -15,8 +15,8 @@ edition = "2018"
[dependencies]
askama = { version = "0.10", path = "../askama", default-features = false, features = ["with-warp", "mime", "mime_guess"] }
-warp = { version = "0.2", default-features = false }
+warp = { version = "0.3", default-features = false }
[dev-dependencies]
-tokio-test = "0.2"
-tokio = { version = "0.2", features = ["macros"] }
+tokio-test = "0.4"
+tokio = { version = "1", features = ["macros"] }