diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-03 04:13:49 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-08-04 18:04:50 +0100 |
commit | f1cff65699ec8103e07e2bb52b2ddf8b3f7f5345 (patch) | |
tree | 0fd112cbbe039583f689cc2a4a0b56ec2fb0f54b | |
parent | 9b05fc01fb2d98087c0ee9065e9269e821256652 (diff) | |
download | askama-f1cff65699ec8103e07e2bb52b2ddf8b3f7f5345.tar.gz askama-f1cff65699ec8103e07e2bb52b2ddf8b3f7f5345.tar.bz2 askama-f1cff65699ec8103e07e2bb52b2ddf8b3f7f5345.zip |
Update tide requirement from 0.12 to 0.13
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.12.0...v0.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 9fc807e..6520a31 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.12" +tide = "0.13" async-std = { version = "1.6.0", features = ["unstable", "attributes"] } |