aboutsummaryrefslogtreecommitdiffstats
path: root/askama_actix
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-16 04:13:15 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-02-16 11:40:10 +0100
commit781b32d2c94279a51e74e85d8581491e52db212d (patch)
tree1ba8816dd56d899e58555cee715547f100e08cd1 /askama_actix
parent57e53d58f41ce01af62ffc279fb83004130cadf4 (diff)
downloadaskama-781b32d2c94279a51e74e85d8581491e52db212d.tar.gz
askama-781b32d2c94279a51e74e85d8581491e52db212d.tar.bz2
askama-781b32d2c94279a51e74e85d8581491e52db212d.zip
Update actix-test requirement from =0.1.0-beta.12 to =0.1.0-beta.13
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.12...test-v0.1.0-beta.13) --- updated-dependencies: - dependency-name: actix-test dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'askama_actix')
-rw-r--r--askama_actix/Cargo.toml2
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" }