From e507c6faf61488cbce23a16eb823816f45130019 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 08:27:32 +0000 Subject: Update gotham requirement from 0.3 to 0.4 Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](https://github.com/gotham-rs/gotham/compare/gotham-0.3.0...gotham-0.3.0) Signed-off-by: dependabot-preview[bot] --- askama_gotham/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_gotham') diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index efd872d..fcfc93b 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] askama = { version = "0.9.0", path = "../askama", features = ["with-gotham", "mime", "mime_guess"] } -gotham = { version = "0.3", default-features = false } +gotham = { version = "0.4", default-features = false } hyper = "0.12" [dev-dependencies] -- cgit