aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide
diff options
context:
space:
mode:
authorLibravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-03 04:13:49 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-08-04 18:04:50 +0100
commitf1cff65699ec8103e07e2bb52b2ddf8b3f7f5345 (patch)
tree0fd112cbbe039583f689cc2a4a0b56ec2fb0f54b /askama_tide
parent9b05fc01fb2d98087c0ee9065e9269e821256652 (diff)
downloadaskama-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>
Diffstat (limited to 'askama_tide')
-rw-r--r--askama_tide/Cargo.toml2
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"] }