diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-16 04:13:51 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-11-16 09:23:41 +0100 |
commit | 5240f2d747efaf30b3863a6911825efd163e9539 (patch) | |
tree | 62d755787affb910472e3a5aadbddb9acc5922d2 /askama_tide/Cargo.toml | |
parent | 403a0b028d02ec72a637ed4a7bdda223ab5966f7 (diff) | |
download | askama-5240f2d747efaf30b3863a6911825efd163e9539.tar.gz askama-5240f2d747efaf30b3863a6911825efd163e9539.tar.bz2 askama-5240f2d747efaf30b3863a6911825efd163e9539.zip |
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] <support@dependabot.com>
Diffstat (limited to 'askama_tide/Cargo.toml')
-rw-r--r-- | askama_tide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |