From cf7ca21613cd5a6399a5fd114f12118aa9eba550 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 09:23:12 +0000 Subject: Update tide requirement from 0.11 to 0.12 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.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- askama_tide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 0f7741c..9fc807e 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -14,5 +14,5 @@ readme = "README.md" [dependencies] askama = { version = "0.10.2", path = "../askama", features = ["with-tide"] } -tide = "0.11" +tide = "0.12" async-std = { version = "1.6.0", features = ["unstable", "attributes"] } -- cgit