diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-29 08:27:32 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-29 09:35:01 +0100 |
commit | e507c6faf61488cbce23a16eb823816f45130019 (patch) | |
tree | 66ec993bd3f773abfea58dfbcfc45de676df831c /askama_gotham | |
parent | 7bc4dd00ca708a8c79d21877a0773cb10d304ae5 (diff) | |
download | askama-e507c6faf61488cbce23a16eb823816f45130019.tar.gz askama-e507c6faf61488cbce23a16eb823816f45130019.tar.bz2 askama-e507c6faf61488cbce23a16eb823816f45130019.zip |
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] <support@dependabot.com>
Diffstat (limited to 'askama_gotham')
-rw-r--r-- | askama_gotham/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |