From 228f6b2b34913077259e2d54036154a6d6f5bd10 Mon Sep 17 00:00:00 2001 From: CrunkLord420 Date: Sun, 12 Dec 2021 04:07:46 +0000 Subject: updated for actix-web 4.0.0-beta.14 --- askama_actix/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_actix') diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 3c89f2a..06fd2b3 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -13,11 +13,11 @@ readme = "README.md" edition = "2018" [dependencies] -actix-web = { version = "4.0.0-beta.10", default-features = false } +actix-web = { version = "4.0.0-beta.14", default-features = false } askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-actix-web", "mime", "mime_guess"] } bytes = { version = "1" } futures-util = { version = "0.3" } [dev-dependencies] actix-rt = { version = "2", default-features = false } -actix-test = "0.1.0-beta.5" +actix-test = "0.1.0-beta.8" -- cgit