aboutsummaryrefslogtreecommitdiffstats
path: root/askama_actix
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 04:11:24 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-07-25 10:22:59 +0200
commitc5fbd2ebfb0ce84a49db47f09caa12a048ea61d0 (patch)
tree18e7b3ae09e82db7dc5ed0530816dfd05eb425e3 /askama_actix
parent27447c8db1ec732e82c7f75e71ac09d4d7edce62 (diff)
downloadaskama-c5fbd2ebfb0ce84a49db47f09caa12a048ea61d0.tar.gz
askama-c5fbd2ebfb0ce84a49db47f09caa12a048ea61d0.tar.bz2
askama-c5fbd2ebfb0ce84a49db47f09caa12a048ea61d0.zip
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] <support@github.com>
Diffstat (limited to '')
-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 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]