diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-11-15 09:51:50 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-11-15 11:06:36 +0100 |
commit | 36e9d31f6612262d8df29505779e7fe9612b7273 (patch) | |
tree | 93c863036aef7686f24fc4a0a8d45186828fefca /askama_gotham/Cargo.toml | |
parent | f6b79cd82adae8fa598c5d4db6cf41c2781eb214 (diff) | |
download | askama-36e9d31f6612262d8df29505779e7fe9612b7273.tar.gz askama-36e9d31f6612262d8df29505779e7fe9612b7273.tar.bz2 askama-36e9d31f6612262d8df29505779e7fe9612b7273.zip |
askama_gotham: upgrade to gotham 0.7
Diffstat (limited to 'askama_gotham/Cargo.toml')
-rw-r--r-- | askama_gotham/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index 3fbca45..c812db3 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -15,8 +15,9 @@ edition = "2018" [dependencies] askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] } -gotham = { version = "0.6", default-features = false } +gotham = { version = "0.7", default-features = false } hyper = "0.14.4" [dev-dependencies] +gotham = { version = "0.7", features = ["testing"] } mime = "0.3" |