From 92bfd9d2c3eb2ceaacb3a975e9316bc2a5e61827 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 19 Sep 2022 10:49:33 +0200 Subject: Update dependencies --- askama_actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_actix/Cargo.toml') diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 075f78e..838ca6d 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -18,7 +18,7 @@ askama = { version = "0.11.2", path = "../askama", default-features = false, fea [dev-dependencies] actix-rt = { version = "2", default-features = false } -actix-test = "=0.1.0" +actix-test = "0.1" bytes = { version = "1" } [features] -- cgit