diff options
Diffstat (limited to 'askama_actix/Cargo.toml')
-rw-r--r-- | askama_actix/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index d0552ca..14bfaea 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -18,5 +18,5 @@ askama = { version = "0.11.0", path = "../askama", default-features = false, fea [dev-dependencies] actix-rt = { version = "2", default-features = false } -actix-test = "=0.1.0-beta.12" +actix-test = "=0.1.0-beta.13" bytes = { version = "1" } |