From c5fbd2ebfb0ce84a49db47f09caa12a048ea61d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:11:24 +0000 Subject: Update actix-test requirement from =0.1.0-beta.13 to =0.1.0 Updates the requirements on [actix-test](https://github.com/actix/actix-web) to permit the latest version. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/test-v0.1.0-beta.13...v0.1.0) --- updated-dependencies: - dependency-name: actix-test dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 ea95615..075f78e 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-beta.13" +actix-test = "=0.1.0" bytes = { version = "1" } [features] -- cgit