From 5240f2d747efaf30b3863a6911825efd163e9539 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 04:13:51 +0000 Subject: Update tide requirement from 0.14 to 0.15 Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.14.0...v0.15.0) Signed-off-by: dependabot-preview[bot] --- askama_tide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_tide') diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 7cb793f..f91cb16 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] askama = { version = "0.10.2", path = "../askama", features = ["with-tide"] } -tide = { version = "0.14", default-features = false } +tide = { version = "0.15", default-features = false } [dev-dependencies] async-std = { version = "1.6.5", features = ["attributes"] } -- cgit